-
Notifications
You must be signed in to change notification settings - Fork 234
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Appfolder is named Graph #1866
Comments
I am also hearing about this issue, but unable to reproduce it. |
I cannot be certain but it seems to be for users where there upload session redirects them too https://my.microsoftpersonalcontent.com/personal/ .... @steingrd Have you found a workaround or solultion for this ? |
We did not find any solution to this problem @lilleydnSub We also encountered many other problems with the Onedrive Graph API - 503 errors from the create subscription (webhook) API that persisted for some users. We filed an issue with Microsoft Support regarding this, but it was never resolved, which ultimately led us to deprecating the Onedrive support in our product. |
@steingrd Thanks for the feedback. I will try and persist but I am not sure if I will be successfull. |
This was encountered by one of my app user recently. One main data folder suddenly went missing and the user found out later it was inside |
I also recently started to see this - with my own test account as well as in reports from users.
Renaming my app in the registrations page did not make any difference and I was not able to find a way to localize my app name, either. Looking at the activity of other issues in the repository, it feels like it isn't monitored by Microsoft. Anyone has an idea where else this could be reported? Edit: I've found that this issue has been posted also in the Microsoft FAQs section (maybe worth clicking that "I have the same question" button): |
We tried opening a (paid) support case to raise this, as I had the same feeling as you, that noone is monitoring this repo. I got some replies and they escalated the issue to a few different teams, but I was only met with "can you provide a request id" and endless questions to reproduce it and then provide a fresh request id yet again. I have a suspicion that this has something to do with Sharepoint and that some users have been migrated to Sharepoint or that their OneDrive is a Sharepoint-drive, but since we have now deprecated Onedrive support in our app (due to so many errors) I have not investigated it further. |
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 notGraph
.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.
[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues
The text was updated successfully, but these errors were encountered: