Is there any way we can access the `shared with me` files in graph API Microsoft using application permission?

一曲冷凌霜 提交于 2020-01-06 08:43:13

问题


Is there any way we can access the shared with me files in graph API Microsoft using application permission as it is working fine with the delegated permission but I want it using application permission. @ https://docs.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_sharedwithme?view=odsp-graph-online. I tried this approach

https://graph.microsoft.com/v1.0/users/{User-Principal-Name}/drive/sharedWithMe

But getting a response with the values field empty. Response I am getting after running this request

Any Help would be highly appreciated :)


回答1:


this is not currently supported but the team is investigating the work needed to add support.



来源:https://stackoverflow.com/questions/54344684/is-there-any-way-we-can-access-the-shared-with-me-files-in-graph-api-microsoft

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!