evernote - API rate limits on calling getSyncChunk() -


given evernote don't publish exact api rate limits (at least can't find them), i'd ask guidance on it's usage.

i'm creating application sync user's notes , store them locally. i'm using getfilteredsyncchunk this.

i'd know how can make api call without hitting limits. understand limits on per-user basis, acceptable call every 5 minutes latest notes?

tia

the rate limit on per api key basis. you'll okay calling getfilteredsyncchunk every 5 minutes, although it's little more efficient call getsyncstate instead.

in case haven't seen yet, check out this guide info on sync (accessible this page).


Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

gridview - Yii2 DataPorivider $totalSum for a column -

Sass watch command compiles .scss files before full sftp upload -