Search the Community
Showing results for tags 'developer tokens'.
-
Hi there, I am trying to install Evernote plugin on my sublime. This is my first time to do this. When I try to get the token from the sublime menu: Preferences>Package Settings>Evernote>Reconfigure Authorization, it shows Update: the creation of developer tokens is temporarily disabled. Then I tried the the other way from the link http://dev.evernote.com/doc/articles/dev_tokens.php on the page. I found out I could get tokens from Sandbox but not production and I have no idea why the sandbox account is different from my origin account, that means I created a new accou
-
- developer tokens
- sandbox
-
(and 2 more)
Tagged with:
-
I'm writing a chrome extension for quick search notes in fuzzy match model. So I need to cache all notes' metadata(title, url, createdTime,etc) in local storage. According to evernote offical doc, there are two ways to authenticate to the Evernote API, developer tokens and OAuth. But right now, 1. developer token has been deprecated.(if you go to the application URL you will get Update: the creation of developer tokens is temporarily disabled. 2. OAuth can only access one specific notebook(depend on user authentication)