How to get/list my SharePoint site with the "Sites" APIs and then manage its storage library with the "Files" APIs #1040
Unanswered
Luca (LuchiLucs)
asked this question in
Q&A
Replies: 1 comment 2 replies
|
As mentioned in my comment on your issue (#1041 (comment)) you can access the site using the path e.g. await graph_client.sites.by_site_id('root:/sites/mysitename:').get() |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I need some help understanding how can I manage the storage library of my SharePoint site.
Given I have the URL of my site as "https://mycompanyname.sharepoint.com/sites/mysitename"
So far I tried, without success:
All reactions