Open
Description
Category
- Question
- Documentation issue
- Bug
Expected or Desired Behavior
@ificator
The root id should return the correct value and not be a munged string: driveId!sea8cc6beffdb43d7976fbc7da445c639
As there is zero information as to why this is occurring, it would be good to get an explanation as well.
Observed Behavior
@ificator
The API is responding with invalid id details - example for Request URL = https://graph.microsoft.com/v1.0/me/drive/root
{
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('XXXXXXXXXXXXXXXXXXX')/drive/root/$entity",
"createdDateTime": "2025-02-05T16:14:51Z",
"eTag": "\"{937A68FD-5DBB-40DD-BB19-23EA5EC00160},337\"",
"id": "7DDA670C5E7F91DF!sea8cc6beffdb43d7976fbc7da445c639",
"lastModifiedDateTime": "2025-02-19T19:04:58Z",
"name": "root",
"webUrl": "https://onedrive.live.com?cid=7DDA670C5E7F91DF&id=01NWGNQTF6Y2GOVW7725BZO354PWSELRRZ",
"size": 493382267257,
"createdBy": {
"user": {
"email": "XXXXXXXXXXXXXXXXXXXXXXXXX",
"displayName": "XXXXXXXXXXXXXXXXXXX"
}
},
"parentReference": {
"driveType": "personal",
"driveId": "7DDA670C5E7F91DF"
},
"fileSystemInfo": {
"createdDateTime": "2025-02-05T16:14:51Z",
"lastModifiedDateTime": "2025-02-19T19:04:58Z"
},
"folder": {
"childCount": 30,
"view": {
"sortBy": "name",
"sortOrder": "ascending",
"viewType": "thumbnails"
}
},
"root": {}
}
Steps to Reproduce
@ificator
Unknown steps to reproduce. I cannot reproduce this in Australia, however random users accessing the service in Europe are hitting this issue.
Known references for 'sea8cc6beffdb43d7976fbc7da445c639' within issues | bug reports | Internet:
- Bug: Incorrect backup target abraunegg/onedrive#2593
- Bug: Skipping uploading modified file due to insufficient free space available on Microsoft OneDrive abraunegg/onedrive#2623
- Bug: Files with newer timestamp are not chosen as version to be kept abraunegg/onedrive#2626
- Bug: HTTPS access timeout after reboot the router abraunegg/onedrive#2798
- Bug: Real-time synchronization is not occurring when using --monitor and sync_list abraunegg/onedrive#2832
- API Bug: Not syncing shared items between personal accounts abraunegg/onedrive#2957
- Bug: Can't see shared folders in personal Office365 accounts abraunegg/onedrive#3103
- Bug: Onedrive crashes due to shared folder not being found at expected location abraunegg/onedrive#3127
- Can't sync Personal shared folders in Office365 family account abraunegg/onedrive#3104
- Unable to sync Personal Shared Folders abraunegg/onedrive#2933
- High CPU Usage and apparent crash abraunegg/onedrive#3125
- https://learn.microsoft.com/en-us/answers/questions/2047001/search-for-files-in-the-drive-and-return-an-empty
- https://forum.rclone.org/t/onedrive-reading-file-error-io-error-unauthenticated-unauthenticated/44846/21?page=2
- https://forum.rclone.org/t/cryptcheck-on-encrypted-onedrive-personal-failed-with-unauthenticated-error/44581
- https://learn.microsoft.com/en-us/answers/questions/1644987/fileopenuserunauthorized-for-workbook-microsoft-gr
- https://4pda.to/forum/index.php?showtopic=275306&st=7020
[ ]: http://aka.ms/onedrive-api-issues
[x]: http://aka.ms/onedrive-api-issues
Metadata
Metadata
Assignees
Labels
No labels