Tony
Tony

Reputation: 5867

How API Rate limits work?

I develop an app, which uses evernote integration. The app uses api calls for creating and sharing notebooks, and currently I have an issue with rate limits. Are there any approximate numbers for maximum requests per second or per hour for user ? To keep them in mind and try to avoid reaching this limitation

Upvotes: 0

Views: 184

Answers (1)

kentaro
kentaro

Reputation: 1257

Evernote doesn't disclose the actual numbers. You will need to handle the EDAMUserException with the RATE_LIMIT_REACHED error code. See here for more details.

Upvotes: 2

Related Questions