You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

Sam80's avatar
Sam80
Helpful | Level 5
2 years ago

429 rate limit errors without "error" tag

According to the API docs, rate limiting errors (429) will have the following format:   The Content-Type of the response can be JSON or plaintext. If it is JSON, it will be type RateLimitError.   ...