mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
e6ab644350
Before this change rclone checked to see if a file existed before uploading it. It did this to avoid making duplicate files. This involved listing the destination directory to see if the file existed which was rate limited by Zoho. However Zoho can't have duplicate files anyway so this fix just removes that check and the PutUnchecked method which isn't needed. See: https://forum.rclone.org/t/second-followup-on-the-older-topic-rclone-invokes-more-number-of-workdrive-s-files-listing-api-calls-which-exceeds-the-throttling-limit/45697 See: https://forum.rclone.org/t/followup-on-the-older-topic-rclone-invokes-more-number-of-workdrive-s-files-listing-api-calls-which-exceeds-the-throttling-limit/44794 |
||
---|---|---|
.. | ||
api | ||
zoho_test.go | ||
zoho.go |