As mentioned in the title I have the Sites.Selected
permission set with roles Read
, Write
, Manage
, and FullControl
.
The documentation for the Python SDK exposes only one coroutine example to query a given site by means of its ID
metadata which I don't have yet.
How can I get the Site
given I have only the URL of the site itself, for instance https://mycompanyname.sharepoint.com/sites/mysitename
Thanks