mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 01:44:41 +01:00
5433021e8b
Before this change rclone was sending a MimeType in the requests for server side Move and Copy. The conjecture is that if you attempt to set the MimeType to something different in a Copy then Google Drive has to do an actual copy of the file data. This takes a very long time (since it is large) and fails after a 90s timeout. After the change we no longer set the MimeType in Move or Copy and the copies happen instantly and correctly. Many thanks to @darthShadow for discovering that this was causing the problem. Fixes #3070 Fixes #3033 Fixes #3300 Fixes #3155 |
||
---|---|---|
.. | ||
test | ||
drive_internal_test.go | ||
drive_test.go | ||
drive.go | ||
upload.go |