-
Notifications
You must be signed in to change notification settings - Fork 265
Description
Describe the bug
I use this API with OneDrive personal to enable users of my app to share specific folders and files with other users. /sharedWithMe serves as the in-app discovery mechanism for a new share. However, in the last few weeks this API has stopped working reliably, resulting on reduced or non-existent results when shares in fact exist.
No other mechanism to enumerate shared items from other users appears to exist for personal drives in the OneDrive Graph API.
Expected behavior
I do see a deprecation notice on this API on the server side. But I expect a deprecated API to offer an alternative instead of simply saying "we broke this and you're out of luck".
The sharedWithMe API is deprecated and will operate in a degraded state until November, 2026, after which it will stop returning data.
How to reproduce
Graph Explorer reproduces this easily.
SDK Version
All
Latest version known to work for scenario above?
Before November this worked fine.
Known Workarounds
None; that's the problem. Advice recommended.
Debug output
Click to expand log
```</details>
### Configuration
_No response_
### Other information
_No response_