626 questions
0
votes
0
answers
88
views
goquery replaces all self closing tags by open and closing tags
I am processing html contents with some custom elements which might be self-closing tags. Below is the example:
<!DOCTYPE en-note SYSTEM \"http://xml.evernote.com/pub/enml2.dtd\"><...
3
votes
0
answers
163
views
Evernote OAuth authentication using Postman fails at the first step
I am trying to connect to the Evernote API using Postman.
The first step in the documentation titled "Generate a temporary token" indicates to use a GET against the endpoint https://www....
0
votes
2
answers
377
views
Decouple mouse & keyboard focus
I use windows 11, say i have two applications opened (for example browser that has video playing in it & notepad++), and each of the applications is displayed in separate monitor (i use dual ...
1
vote
0
answers
70
views
Is there a way to get "All" note books via API?
I'm considering implementing Evernote Teams, but in order to build a business flow, I need to obtain a "list of notebooks that can be viewed by logged-in users" via API.
Therefore, we ...
1
vote
1
answer
301
views
Is there a way when parsing XML in Python to ignore DTD in XML and use a local DTD file instead?
Returning to learning Python after long absence.
I have a question about something I'm doing to solve another problem. I'll list both problems in case my initial problem has a better solution than ...
2
votes
1
answer
98
views
updateNote API stopped working after collaborative editing release
The updateNote API completely stopped working for me after the collaborative editing release.
I use the Python API library:
git://github.com/evernote/evernote-sdk-python/
This call completely stopped ...
0
votes
1
answer
304
views
I keep getting a error on the oauth with Python3 sdk : self.token = access_token_dict['oauth_token'] KeyError: 'oauth_token'
I just got my key activated for evernote and I am struggling with the oauth.
When requesting oauths tokens via this method:
request_token = client.get_request_token('http://localhost')
I get my 3 ...
0
votes
2
answers
539
views
How to use Evernote API with Python?
I have been trying to use the Evernote API with Python, but I am facing some compatibility issues with the Python "evernote" library. I have tried different workarounds but have been unable ...
1
vote
1
answer
258
views
How to get access to Evernote api key because of username?
I am unable to request for evernote Api key as I am not able to find the username.
It is not present in the user profile page of evernote.
Please tell me where can I find it or any other way to get ...
1
vote
0
answers
33
views
Implicit Grant with Evernote API or How to ship a native application using Evernote API
I have written a native application to sync data with Evernote and I would like to use the implicit grant flow, because I don't have an idea how to store the client secret in a safe way.
Are there ...
2
votes
0
answers
121
views
Exporting Evernote notes with Siri Shortcuts
I'm writing a Siri Shortcut to export notes from Evernote to another app. But I'm having a devil of a time figuring out how to do it. When I invoke the shortcut from the iOS share sheet, it sends a ...
1
vote
0
answers
69
views
evernote nodejs sdk creating note with image
I am trying to create a note in evernote with an image resource, however the resource only appears as thumbnail in the left as sumbnail but not in the note itself.
Here is what I have tried.
Starting ...
0
votes
2
answers
202
views
OAuth process with Evernote fails with "Oops, we encountered an error"
After investing some days in experiments I need to ask for assistance here.
I used a devToken to write and try my code and want to change to production now. As I see, production requires to use OAuth ...
0
votes
1
answer
136
views
Unable to load Evernote Apple Script library
I'm attempting to automate a few things with Evernote and unable to get the application to load in to the Script Editor library. When I do, I get a message saying the item is not scriptable:
enter ...
2
votes
0
answers
62
views
How To Fix Evernote findNotesMetadata() Returning { "errorCode": 3, "parameter": "authenticationToken" } In NodeJs
Using evernote's JS-SDK I've been successful in authenticating and authorizing third party client and fetching their notebooks, But when trying to search note using search queries i kept getting { &...