This repository was archived by the owner on May 16, 2023. It is now read-only.

Description
Expected behavior
The OneDrive SharedWithMe endpoint should return values for the files and folders that have been shared with the given user.
I should be seeing the files and folders that are shared with me in the values array.
Actual behavior
OneDrive SharedWithMe endpoint returns nothing in the graph explorer when there are files and folders that should appear.
This is what I'm given:
{ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#Collection(driveItem)", "value": [] }
Steps to reproduce the behavior
On the graph explorer, open Sample Queries and under OneDrive select the files shared with me query. In the Response Preview, values is in fact empty.