Evernote / evernote-sdk-ios

Evernote SDK for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

authenticated user notebook lookup failure

drunknbass opened this issue · comments

Not sure the problem, but after a fresh auth i can fetch notebooks, etc just fine. After a little time passes and i run the app it will authenticate but notebook/note/etc lookups all fail (error 9).
Looking at the token it is there and not nil, so im not really sure why my lookups start to fail and dont see any exposed methods other than completely logging out and back in to fix.

Error 9 is "auth expired". What's your API consumer key (not the secret)? I'll check the expected validity period of your tokens.

noenotes

For some reason your key was configured to create 1-hour tokens. I modified it so that newly issued tokens will be valid for a year.