Open
Description
After changing microsoft account password, any previously working app utilising the microsoft graph api failed to work. This happened even after i logged out and logged back in. I am very sure there are no firewall that is blocking the traffic.
Edit:
Web version onedrive also failed to save changes made to file, like test.txt with no error code provided
Error log reported by two android apps
FolderSync:
404: {"error":{"code":"UnknownError","message":"","innerError":{"date":"2025-02-22T12:52:39","request-id":"c99610bb-3028-43af-b3d9-5896773d7514","client-request-id":"c99610bb-3028-43af-b3d9-5896773d7514"}}}
hc.c: 404: {"error":{"code":"UnknownError","message":"","innerError":{"date":"2025-02-22T12:52:39","request-id":"c99610bb-3028-43af-b3d9-5896773d7514","client-request-id":"c99610bb-3028-43af-b3d9-5896773d7514"}}}
at com.google.android.gms.internal.play_billing.v0.v(Unknown Source:122)
at com.google.android.gms.internal.play_billing.v0.t(Unknown Source:10)
at dk.tacit.android.providers.client.onedrive.OneDriveClient.getResponseBody(Unknown Source:6)
at dk.tacit.android.providers.client.onedrive.OneDriveClient.getFullDriveId(Unknown Source:20)
at dk.tacit.android.providers.client.onedrive.OneDriveClient.listFiles(Unknown Source:23)
at dk.tacit.android.foldersync.ui.accounts.AccountDetailsViewModel$testAccount$2.invokeSuspend(Unknown Source:167)
at qd.a.resumeWith(Unknown Source:8)
at kotlinx.coroutines.DispatchedTask.run(Unknown Source:116)
at kotlinx.coroutines.internal.LimitedDispatcher$Worker.run(Unknown Source:3)
at kotlinx.coroutines.scheduling.TaskImpl.run(Unknown Source:2)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(Unknown Source:0)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(Unknown Source:33)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(Unknown Source:28)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(Unknown Source:0)
Swift backup:
22/02/25 15:12:57.211/OneDriveClient: <startCheckAccess:: GraphServiceException: Error code: UnknownError
Error message:
GET https://graph.microsoft.com/v1.0/me/drive/root/children?%24select=name%2C%20id
SdkVersion : graph-java/v2.9.0
Authorization : [PII_REDACTED]
404 : Not Found
[...]
[Some information was truncated for brevity, enable debug logging for more details]>
22/02/25 15:12:57.212/OneDriveClient: <startCheckAccess: Null folder id!>
Metadata
Metadata
Assignees
Labels
No labels