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...
Wiebke1380
Feb 09, 2021Copper Contributor
Solution:
Noticed that it's probably a Problem with Permissions. I added some Permissions regarding the files.read.all and now it's working
Noticed that it's probably a Problem with Permissions. I added some Permissions regarding the files.read.all and now it's working
- marwanzoMar 29, 2021Copper ContributorI 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?- Carry4IT MegensOct 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