Feb 14 2019 08:05 AM
I really need to be able to run a report and list all items in OD4B and SPO that have been shared by a user from an API. Given MS Graph is meant to be the place to be, and is replacing the OneDrive API I assumed I could use a query along the lines of {graph uri}/users/{user id}/drives/shared but no joy. A user can list and manage the files that have active sharing links by going to the OneDrive portal and viewing the SharedByMe list.
This reporting is essential as we have to be able to manage externally sharing of files as part of our security policies. If it is only accessible through the OneDrive API then how can I implement OneDrive API application permissions as this doesn't seem to be available in the AzureAD Application Registration blade.
Many thanks in advance for any help you can provide.
Yours, Tom
Feb 14 2019 10:59 AM
Afaik the graph only supports sharedWithMe currently, but interested to know if there is indeed a method...
Feb 14 2019 11:56 AM
Apr 08 2019 01:38 AM