mirror of
https://github.com/rclone/rclone.git
synced 2024-11-24 04:38:42 +08:00
fcec4bedbe
Before this change, copying objects from a public folder shared with a resource key failed with a 404 error. This is because rclone wasn't supplying the resource Key where it should have been. After this change rclone adds the resource Key when trying to download or server side copy an object. There may be more places rclone needs to supply the resource key as this is barely documented in the API documentation. See: https://forum.rclone.org/t/copying-files-from-a-publicly-accessible-google-drive-folder-added-as-a-shortcut-getting-error-404-server-side-copies-are-disabled/30811 |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive.go | ||
upload.go |