Hey there,
I have a small application that does the following:
Download 2 Files locally.
Modify those 2 files programatically.
Wait 1 Minute.
Upload File 1.
Wait 1 Minute.
Upload File 2.
Usually, i do this once per day.
Although I wait 1 Minute before doing requests I still get these errors on a regular basis with the following error message:
com.dropbox.core.RateLimitException: {"error_summary": "too_many_requests/..", "error": {"reason": {".tag": "too_many_requests"}, "retry_after": 15}}
What can I do about it? As far as i know, i only make for requests?
Many thanks!