
Damon_M
Level 1-
Content Count
9 -
Joined
-
Last visited
-
Developer Token are not supported anymore?
Damon_M replied to Damon_M's topic in Evernote Integrations
Are you sure? I still got the Warning. -
How can I get the permission to access all notebooks' metadata?
Damon_M replied to Damon_M's topic in Evernote Integrations
Actually It doesn't work like that for the new API key. User can only authorize one specific notebook for the third party accessing. I have no idea when this policy begins since I'm quite new for evernote development. I tried on yinxiang account, haven't apply for Evernote international api key yet. But I suppose the security policy would be the same. -
How can I get the permission to access all notebooks' metadata?
Damon_M replied to Damon_M's topic in Evernote Integrations
Thanks for the reply I've posted several days ago, and get no response. Here: https://stackoverflow.com/questions/46260328/evernote-sdk-how-can-i-get-the-permission-to-access-all-notebooks-metadata?noredirect=1#comment79497735_46260328 -
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)
-
Developer Token are not supported anymore?
Damon_M replied to Damon_M's topic in Evernote Integrations
Could anybody tell me why this thread is still Pending Approval??? -
Updated: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- I followed the generate token link and get this : Update: the creation of developer tokens is temporarily disabled. For both Evernote international and yinxiang account. Checked with tech support: 尊敬的用户 blurm,您好!
-
Beta web client - keyboard shortcuts
Damon_M replied to chienowa's question in Evernote Web Client Requests
And **bold**, __underlined__ etc. We really need a shortcut doc for Evernote web -
Marxico - The Missing Markdown Editor for Evernote
Damon_M replied to gock's topic in Evernote Integrations
ESC and Ctrl+[ don't work inside Chrome as a tab, but Ctrl+C works. And if i run it as a Chrome app, that would be fine Maybe there are conflict between chrome plugins -
Marxico - The Missing Markdown Editor for Evernote
Damon_M replied to gock's topic in Evernote Integrations
Hi Gock Really beautiful app! And a quick question, I tried the vim editor today, how can i exit from the insert mode, since ESC and Ctrl+[ didn't work. And how many features of vim does marxico support right now?