OneDrive / onedrive-api-docs

Official documentation for the OneDrive API
MIT License
458 stars 232 forks source link

Appfolder is named Graph #1866

Open steingrd opened 4 months ago

steingrd commented 4 months ago

Category

Expected or Desired Behavior

According to the documentation at https://learn.microsoft.com/en-us/onedrive/developer/rest-api/api/drive_get_specialfolder the special appfolder should be named /Apps/{Application Name}

Observed Behavior

For some users the appfolder is named /Apps/Graph even though the app name is not Graph.

For users with the appfolder named Graph the create subscription request fails. The create subscription request for the resource /me/drive/special/approot fails with 503 and the message [Status Code: ServiceUnavailable; Reason: User content migrated. Cannot access disabled item.]

Example request id for a create subscription request on a user where this behavior is seen:

Steps to Reproduce

This happens for some of our users, but not all. I have been able to reproduce it on one onedrive-user that i have personal access to.

lilleydnSub commented 1 week ago

I am also hearing about this issue, but unable to reproduce it.