First time posting, first time install of TrueNAS Scale.
I have configured a PULL in Cloud Sync tasks to copy all of our files to a dataset on our pool. (EDIT: Pulling from Dropbox to our local TrueNAS server.)
For the first run, I set it to ‘COPY’, and it copied almost all of the ~28TiB, however it failed at the end, reporting ‘too_many_requests/’ errors.
I tried to re-run the task again several times, changing it to ‘SYNC’, as well as decreasing the number of simultaneous transfer threads (I set it to a custom value of ‘1’ the last time).
Each time I get the same series of errors, which you can see in the following excerpt provided by the TrueNAS GUI:
2025/02/22 08:58:34 INFO :
Transferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 26 / 26, 100%
Elapsed time: 2.0s
2025/02/22 08:59:38 INFO : 01 COMPANY FOLDERS/Administrative Files/Financial/Fee Schedule/Funeral or Memorial/ShadowPower - Celebration of Life Pricing Guide (1).pdf: Copied (new)
2025/02/22 09:00:23 NOTICE: too_many_requests/…: Too many requests or write operations. Trying again in 15 seconds.
2025/02/22 09:00:23 NOTICE: too_many_requests/: Too many requests or write operations. Trying again in 15 seconds.
2025/02/22 09:00:23 NOTICE: too_many_requests/.: Too many requests or write operations. Trying again in 15 seconds.
2025/02/22 09:00:23 NOTICE: too_many_requests/…: Too many requests or write operations. Trying again in 15 seconds.
… 2067 more lines …
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS/02 INACTIVE/03 DOCUMENTARY/My Story Series/Ari’s Story/Production: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS/02 INACTIVE/03 DOCUMENTARY/My Story Series/Ari’s Story: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS/02 INACTIVE/03 DOCUMENTARY/My Story Series: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS/02 INACTIVE/03 DOCUMENTARY: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS/02 INACTIVE: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 INFO : 02 PROJECT FOLDERS: Set directory modification time (using SetModTime)
2025/02/22 18:17:04 ERROR : Local file system at /mnt/deathstar/shadowpower/ShadowPower Dropbox: not deleting directories as there were IO errors
2025/02/22 18:17:04 ERROR : Attempt 3/3 failed with 1 errors and: multi-thread copy: failed to open source: too_many_requests/
2025/02/22 18:17:04 INFO : Dropbox root ‘’: Committing uploads - please wait…
2025/02/22 18:17:04 Failed to sync: multi-thread copy: failed to open source: too_many_requests/
When looking at the full log, there are hundreds of lines that have the ‘NOTICE: NOTICE: too_many_requests/: Too many requests or write operations. Trying again in 15 seconds.’
They appear to all be associated with a single file – it is a large video file, however there is nothing unique about the filename, and others in the same folder with same naming conventions have been successfully transferred.
Hopefully this is enough info to get things rolling, please let me know if you need anything more!