Hi,
we have build a script which locks files in the dropbox. For a big amount of roughly 100.000 files it works great. We have split the data in chunks of 2500 files, so that the API works. Doing an API Call for each 2500 files.
After that we get an error 5xx. Restarting the script leads to another working 100.000 files. Setting up a loop waiting 5-10 minutes before retrying to lock the same files, leads to another locked 2500 files before the error comes again. And from that point, the loop does 2500 files, then put s out the 5xx error, waits and does the next 2500 and so on.
Any thoughts or ideas? If it would be an Api-Limitation a restart of the script should not work for another 100.000 files, does it?