I have tons of user that needs to upload their files to dropbox through my application.
I'm using Javascript API that use generated access token.
I've made the upload one by one so it will not get 429 error if there's just one user active, but if 3 or more user active at the same time, sometime each user get 429 error.
How to fix this ?