mirror of
https://github.com/rclone/rclone.git
synced 2024-11-26 02:14:42 +01:00
1e423d21e1
We attempt to find the ID of the root folder by doing a GET on the folder ID "root". With scope "drive.files" this fails with a 404 message. After this change if we get the 404 message, we just carry on using "root" as the root folder ID and we cache that for future lookups. This means that changenotify messages will not work correctly in the root folder but otherwise has minor consequences. See: https://forum.rclone.org/t/fresh-raspberry-pi-build-google-drive-404-error-failed-to-ls-googleapi-error-404-file-not-found/12791 |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive.go | ||
upload.go |