Reputation: 1
I want to use graph API to get the content of my onedrive (personal account), but failed with error {"error":{"code":"UnknownError","message":"","innerError":{"date":"2025-03-03T04:50:33","request-id":"61528c8c-cc90-4efb-984b-dc92b3f2c3df","client-request-id":"61528c8c-cc90-4efb-984b-dc92b3f2c3df"}}}
I found that sometimes this query works, while most of the time it returns 404 not found, i have included this in a video. Timestamp: 0:00 - 0:13: 404 Not found error 0:16 - 0:26: 200 Files are found correctly 0:27 - 0:32: 404 Not found error again, without changing the query
The tool i am using is microsoft graph, with the query https://graph.microsoft.com/v1.0/me/drive/root/children?%24select=name%2C%20id
, i also made sure to consent to permission Files.Read and Files.ReadWrite in this process (otherwise the error would be 401 unauthorized).
Note: this happened after i reset my microsoft password
i tried to disable 2FA and reset the password again, but failed. I have also tried to contact microsoft support, but they didnt provide the correct answer.
Normally, the graph api should return 200 status code, indicating the query is success
Upvotes: 0
Views: 31