samcha 0 Posted August 7 Share Posted August 7 Using the python api (from evernote.api.client import EvernoteClient) Calling .updateNote() updates the note, but then deletes it. Any idea why this is happening? Also, is there anyway to get around the RTE lock? Thank you (I searched for a more specific forum to post in but not sure) Link to comment
0 AlbertR 689 Posted August 14 Share Posted August 14 Sorry, cannot answer your concrete Python question - but On 8/7/2024 at 3:57 PM, samcha said: is there anyway to get around the RTE lock? Surely NO for the moment. RTE locks are retained some unpredictable time after you've opened a note in a client. As long as the note is locked, API-access to the note is impossible. EN hasn't changed anything on their API since EN10 has been introduced 😞 Moreover: They do not react on user requests regarding this 😤 I've tried to submit support request and posted my problem to 047 - RTE sync is too fast to connect API apps on server site - NO comment(s) from EN-Site 😡 My only hope is that they work on a new API (i.e. 062 - REST-API to Evernote) in the background. Link to comment
Idea
samcha 0
Using the python api (from evernote.api.client import EvernoteClient)
Calling .updateNote() updates the note, but then deletes it.
Any idea why this is happening?
Also, is there anyway to get around the RTE lock?
Thank you (I searched for a more specific forum to post in but not sure)
Link to comment
1 reply to this idea
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now