We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As mentioned in the title I have the Sites.Selected permission set with roles Read, Write, Manage, and FullControl.
Sites.Selected
Read
Write
Manage
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.
ID
How can I get the Site given I have only the URL of the site itself, for instance https://mycompanyname.sharepoint.com/sites/mysitename
Site
https://mycompanyname.sharepoint.com/sites/mysitename
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
As mentioned in the title I have the
Sites.Selected
permission set with rolesRead
,Write
,Manage
, andFullControl
.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 instancehttps://mycompanyname.sharepoint.com/sites/mysitename
Thanks
The text was updated successfully, but these errors were encountered: