Skip to content
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

Got 404 code: "UnknownError", message: "innerError" #1889

Open
likkai opened this issue Feb 22, 2025 · 1 comment
Open

Got 404 code: "UnknownError", message: "innerError" #1889

likkai opened this issue Feb 22, 2025 · 1 comment

Comments

@likkai
Copy link

likkai commented Feb 22, 2025

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!>
@likkai
Copy link
Author

likkai commented Feb 27, 2025

Video recording of querying (https://graph.microsoft.com/v1.0/me/drive/root/children?%24select=name%2C%20id) using the api in graph explorer:

api.issue.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant