Forum Discussion
Wiebke1380
Feb 01, 2021Copper Contributor
SharePoint Librarys: Graph API Get items
Hey, i wanna list all the items that are in a SharePoint library which is the root library of a Teamsite. In the Graph API documentation i have found the following to "List children of a driveIt...
marwanzo
Mar 29, 2021Copper Contributor
I am seeing the same issue
Request:
https://graph.microsoft.com/v1.0/me/drives
Response
code:200
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#drives","value":[]}
where do you change the file.read.all permissions?
Request:
https://graph.microsoft.com/v1.0/me/drives
Response
code:200
{"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#drives","value":[]}
where do you change the file.read.all permissions?
Carry4IT Megens
Oct 02, 2022Copper Contributor
marwanzo you probably already found where, this reference tells you about required permissions: Microsoft Graph permissions reference - Microsoft Graph | Microsoft Learn
- Seb_MariJan 28, 2023Copper Contributor
Carry4IT Megens where I can fin them? Thanks
- Carry4IT MegensMar 02, 2023Copper Contributor
I'm not sure what you want to know. I merely pointed out an generic article on Microsoft Graph permissions. Do start at the overview if you are interested in those.
But this thread was about Graph Explorer itself and permissions given. Mind you, you'll need to sign in to Graph Explorer. This then prompts you to provide permissions to Graph Explorer for your logged in user and/or asks to grant permissions on behalf of the organisation.
Is that what you were looking for?