cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to know what we learned at IBC? Check out our learnings on media, remote working and more right here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

API v2 objective-c rate limit error hadling configuration?

API v2 objective-c rate limit error hadling configuration?

Jiho P.
Explorer | Level 3

Hi, I was wandering if Dropbox Objective C V2 library has a built-in way transparently handling retries when it gets rate limit errors.

 

If not, what do you suggest I do to handle the case?

 

3 Replies 3

Greg-DB
Dropbox Staff
The SDK doesn't offer a way to automatically retry these requests for you, but you can catch them as shown here, in the isRateLimitError line:

https://github.com/dropbox/dropbox-sdk-obj-c#generic-network-request-errors

You can have your app decide what to do there, e.g., retry or not, depending on what you want your app to do.

Jiho P.
Explorer | Level 3

I see, that sounds like a great item for feature request. (I actually would like that better than being able to batch thumbnail requests).

 

Also, what about the rate limit on production-approved apps? Is that the same rate as ones in development?

Greg-DB
Dropbox Staff
Thanks, I'll file that as a feature request.

The rate limit is the same for production apps as apps in development.
Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
  • User avatar
    Jiho P. Explorer | Level 3
What do Dropbox user levels mean?