Using the Evernote API to create open links for the new Evernote web editor

I am trying to use the Evernote API to create links to editable notes in the new Evernote web editor.

new web editor image

I tried to build the links, as the documentation suggested, and this post , but the resulting links take me to the old version of the Evernote web editor.

Adding & ses = 4 & sh = 2 & sds = 5 & to the end of links formatted as follows:

https://www.evernote.com/Home.action#n=UID&ses=4&sh=2&sds=5& 

fixes this problem by redirecting me to the right note in a new web editor, but it doesn’t seem like a very stable / reliable solution (it might be safe to assume that these links will change).

Is there any other way to create these links to redirect to a new web editor?

Thanks a lot!

+5
source share
1 answer

Yes, therefore, using window hash parameters to direct users to certain notes in the web client will work in the foreseeable future, but you are right, this is an unsupported API, and you should not depend on it. I recommend using note links to link to notes.

+2
source

Source: https://habr.com/ru/post/1237897/


All Articles