mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 13:26:11 +08:00
d975196cfa
Before this fix, rclone retries chunks of multipart uploads. However if they had been partially received dropbox would reply with an incorrect_offset error which rclone was ignoring. This patch parses the new offset from the error response and uses it to adjust the data that rclone sends so it is the same as what dropbox is expecting. See: https://forum.rclone.org/t/dropbox-rate-limiting-for-upload/29779 |
||
---|---|---|
.. | ||
dbhash | ||
batcher.go | ||
dropbox_internal_test.go | ||
dropbox_test.go | ||
dropbox.go |