rclone/backend/zoho
Nick Craig-Wood e6ab644350 zoho: fix throttling problem when uploading files
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
2024-06-12 16:34:18 +01:00
..
api zoho: use cursor listing for improved performance 2024-06-12 16:34:11 +01:00
zoho_test.go new backend: zoho workdrive - fixes #4533 2020-12-30 17:56:08 +00:00
zoho.go zoho: fix throttling problem when uploading files 2024-06-12 16:34:18 +01:00