When I try to upload more than 50 folder and 50 files to dropbox using Dropbox iOS SDK. I frequently get error DBRequestErrorRateLimit, even after retrying failed request after 1 second as suggested in Dropbox documentation, it fails again. Then I retry it again more than 5 times but again it gives DBRequestErrorRateLimit error.
I don't know how to handle it now as deleting more than 20 files in one go(20 delete API requests) also gives same error.
Please let me know how handle such situation? My folder and file count could be is more than 200 than I have to retry the API call for many number of times, this will increase the time to copy files to Dropbox and hence the user experience might not be good.