Questions tagged [evernote]

Questions related to Evernote API. Evernote is a synchronized note service with web integration and sharing features.

evernote
Filter by
Sorted by
Tagged with
3 votes
0 answers
65 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....
David Rose's user avatar
0 votes
2 answers
118 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 ...
Zarkos.Fina's user avatar
0 votes
0 answers
19 views

Get access token of evenote with node js

I want to read my notes from evernote using OAuth API. I could generate oauthToken, oauthTokenSecret and oauth_verifier. I followed https://dev.evernote.com/doc/articles/authentication.php When I try ...
Charlin Randriamanaja's user avatar
0 votes
0 answers
42 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 ...
h_daido's user avatar
1 vote
1 answer
112 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 ...
Mark S.'s user avatar
  • 28
2 votes
1 answer
79 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 ...
Maxim Galushka's user avatar
0 votes
1 answer
153 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 ...
dr0ant's user avatar
  • 1
0 votes
2 answers
202 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 ...
Jan Reinhard's user avatar
0 votes
1 answer
173 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 ...
Kishlay raj's user avatar
1 vote
0 answers
26 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 ...
Peter's user avatar
  • 4,882
2 votes
0 answers
107 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 ...
Calion's user avatar
  • 253
1 vote
0 answers
53 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 ...
user2097439's user avatar
0 votes
2 answers
163 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 ...
mstuebner's user avatar
  • 424
0 votes
1 answer
98 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 ...
Matt Bowser's user avatar
2 votes
0 answers
49 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 { &...
MSadiq's user avatar
  • 187
1 vote
1 answer
62 views

Fixing "Error in Thrift HTTP response: 301" in Evernote JS-SDK

I am creating a a node REST API which will authenticate EVERNOTE with my app through Oauth as a third part client. I have passed every authentication stage ( oauthToken and oauthAccessToken) and even ...
MSadiq's user avatar
  • 187
0 votes
0 answers
126 views

Power Apps Integration with Evernote

this body includes three parts please read them all: I have a client who wants to integrate power apps with Evernote to edit and show notes using this app, I have tried a lot but I can't figure out ...
nadil iyad's user avatar
1 vote
1 answer
96 views

Sandbox=False breaks OAuth in Evernote Application

I have this app that I've built, which scrapes recipes and adds them to evernote. Link here. In the EvernotePy folder, there is a python3 script called Add_to_Evernote.py that interfaces with the API. ...
Stathis Kapnidis's user avatar
0 votes
0 answers
71 views

Delete Evernote account through SDK

I'm using EvernoteSDK pod in my iOS apps. When logging in to Evernote, in the application can create account from the SDK. But it cannot delete the created account. Corresponding to Apple rule: ...
wahyudi's user avatar
  • 23
1 vote
1 answer
163 views

Can I use OAuth if my app isn't running on a server?

I am making an application that works from the command line, and run locally on my computer. I want to be able to share it with other people, and thus are trying to apply OAuth. Do I need a server for ...
Stathis Kapnidis's user avatar
0 votes
0 answers
40 views

Can I use a developer toaken instead of OAuth like in the Python Sample code but for C++?

I'd like to use the developer token that can be seen in the python sample code, but in C++. Could we also get some C++ sample code? The documentation is very confusing for that language and it doesn't ...
Stathis Kapnidis's user avatar
1 vote
1 answer
67 views

Wrong type argument:/var/lib/gems/2\.5\.0

I want to install a Emacs package "evernote-mode" and there is a step in the installation of the package which needs to run command gem install evernote_oauth in shell. If I run the command ...
goodboy_bigblack's user avatar
2 votes
0 answers
78 views

Evernote API suddenly got very slow

The API Calls made by the PHP SDK started to get very slow since the 12th of April 2021 (more or less). Any action that uses the userStore takes a long time. I did some test and sometime the getUser() ...
Sandoche's user avatar
  • 571
0 votes
1 answer
127 views

401 error with "evernote.Client.getRequestToken" after connecting to production environment

Reference article https://github.com/evernote/evernote-sdk-js Issue The README.md of evernote-sdk-js says that you can switch to the production environment by setting SANDBOX="false", so I ...
bestriser's user avatar
1 vote
1 answer
136 views

Evernote Android API Broken? Intents to share documents no longer works

Our app uses the export to Evernote feature which as of now looks to be broken for our users. The issue is that the Evernote intent com.evernote.action.CREATE_NEW_NOTE no longer works and is currently ...
RRG's user avatar
  • 105
0 votes
1 answer
204 views

How to format hyperlink in clipboard for pasting into Evernote editor

I want to write a small Tampermonkey script which creates a hyperlink which can be inserted to a WYSIWYG editor, in my case - Evernote. I managed to copy standard HTML markup to the clipboard in this ...
Fuxi's user avatar
  • 7,659
1 vote
1 answer
47 views

Shortcut in IntelliJ executed in other program

I have a problem with shortcuts on Windows 10 when I have both IntelliJ and Evernote Desktop open. When I use in IntelliJ a shortcut that also exists in Evernote, then the shortcut is not executed as ...
Julien Berthoud's user avatar
0 votes
1 answer
159 views

how to edit Evernote's ENML file, especially adding / modifying width and height tag in <en-media> tag

I would like to add or edit height and width values in en-media tags for all my Evernote notes. The idea is to make the notes more readable by making the image to display as a smaller image when the ...
jim70's user avatar
  • 585
0 votes
1 answer
51 views

Trying to get NoteResultSpec example working

Using Python, I'd like to search all my notes for a set of tags and then keywords using re.search on the note content. I'm able to get a basic search for a keyword working using the deprecated ....
ScottO's user avatar
  • 27
0 votes
1 answer
132 views

Does Evernote support RESTful API & webhook registration via API?

We're considering integrating Evernote features to our app. May I ask two questions about the Evernote API? Q1: Does Evernote support a RESTful API? The Developers site seems to offer only SDKs. Q2: ...
ddffbb's user avatar
  • 71
1 vote
1 answer
92 views

How do you connect to the Evernote API in Haskell (with httpClient and BinaryProtocol)?

I am trying to implement an Evernote Sync client in Haskell. For initial testing I want to connect to the Userstore with a developer authentication token. My code below causes the exception: ...
cfied's user avatar
  • 21
0 votes
0 answers
89 views

How does Evernote Web Clipper know which webpage I copied text from?

I select text on a webpage and copy it to the clipboard (Ctrl-C). Then I open an Evernote note and paste that text there (Ctrl-V). Evernote then places a link to the webpage in the note's header. How ...
stevenvh's user avatar
  • 3,073
1 vote
0 answers
91 views

EverNote API findNotesMetadata does not return every note with the filter created time

Recently I noticed a problem with the Evernote API. When I use the API method "findNotesMetadata" (https://dev.evernote.com/doc/articles/searching_notes.php) with as filter: /** * Retrieving ...
Dalek's user avatar
  • 115
0 votes
0 answers
20 views

when support of createOrUpdateNotebookShares function in NoteStore will available for C++ SDK.?

I checked in the C++ SDK official GitHub repository of Evernote createOrUpdateNotebookShares function in NoteStore is not available till now. when this support will come for c++ SDK.
Ajit yadav's user avatar
0 votes
1 answer
96 views

evernote.edam.userstore.UserStore.Client: HTTP Status 400

My python app (evernote-sdk-python3) worked fine until June, 3rd. Suddenly it breaks e.g. when I call "client.get_user_store()" or "client.get_note_store()". All calls to "evernote.edam.userstore....
JacquesBopp's user avatar
0 votes
1 answer
434 views

How to use innerHTML or innerText to insert into the Evernote editor which is the rich text editor?

I use the code by Jayant in this post how-to-insert-text-into-the-textarea-at-the-current-cursor-position to insert to the Evernote editor. As Evernote editor is the rich text editor, I change the el....
lyscop's user avatar
  • 77
1 vote
1 answer
177 views

Evernote authentification with developer token failed

I'm writing totally simple JS code to connect to the Evernote sandbox, which is pretty the same as the one in the documentation: const Evernote = require("evernote"); const client = new Evernote....
mykhailohoy's user avatar
0 votes
1 answer
162 views

Evernote API: AttributeError: 'Store' object has no attribute 'getNoteWithResultSpec'

I tried to use the method 'getNoteWithResultSpec' (doc: https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_getNoteWithResultSpec). I get AttributeError: 'Store' object has no attribute ...
JacquesBopp's user avatar
8 votes
1 answer
233 views

Why is there a sudden increase in TTransportException?

We're recently receiving a lot of com.evernote.thrift.transport.TTransportException with HTTP codes 400, 429, 418. 429 corresponds to Too Many Requests but it was handled with EDAMSystemException ...
Bharath PS's user avatar
5 votes
1 answer
761 views

HTTP 418 transport errors from Evernote API

For the last 12 hours we have been getting a lot of Transport errors with "HTTP Response code: 418". That made sync of users data practically impossible. Has anything changed in how clients should ...
Vic's user avatar
  • 71
1 vote
1 answer
89 views

Evernote Rate Limit

I have an app that have hundreds of users and connects to Evernote. As I have more users I make more requests to Evernote and it is causing a lot of rate limiting for my users and causing frustration. ...
juanmrad's user avatar
0 votes
1 answer
108 views

Evernote API developer token not authenticating

I created a developer token for evernote thought the following URL as per tutorial instructions: https://sandbox.evernote.com/api/DeveloperToken.action I am using the following nodejs code snippet to ...
chris.va.rao's user avatar
0 votes
1 answer
101 views

evernote findNotesMetadata - using offset and maxnotes to loop to retrieve all notes

Per Evernote documentation for findNotesMetadata the maxnotes returned from server in 1 response is 250. I am trying to understand how to make multiple requests to retrieve entire array if more then ...
BGS's user avatar
  • 61
0 votes
0 answers
101 views

Getting UserId and ShardId after Evernote authentication in C#

I'm developing a Windows client for some integration with Evernote desktop. In particular, I need to build locale (in-app) links to notes, which requires the userId and shardId (evernote:///view/[...
Vico's user avatar
  • 306
1 vote
1 answer
175 views

How can I access my personal data through the Evernote API?

I would like to make some Pyton or NodeJS script to help me with repetitive tasks or searchs in my personal Evernote. I don't want to make any application for general use. Only some scripts for me. ...
Tripanosomagambiense's user avatar
1 vote
1 answer
74 views

Evernote Java SDK NoteStoreClient.findNotes() does not find notes

I am using the Evernote Java SDK with the sandbox account to create a note and search for it. Note mynote = new Note(); mynote.setTitle("mytitle"); mynote.setContent(content); Note createdNote = ...
windsource's user avatar
0 votes
1 answer
131 views

vscode typescript intellisense not working for evernote

I've installed https://www.npmjs.com/package/@types/evernote to my project to get evernote types definition. When I import Evernote as follow import { Evernote } from 'evernote'; const client = new ...
vidu.sh's user avatar
  • 547
1 vote
0 answers
62 views

I receive "Object LIbrary feature not Supported" on Evernote SDK VBA sample at ListNotebooksForCOM()

I installed the Windows SDK, opened the sample spreadsheet and checked the reference to "Evernote Cloud SDK for Windows". I get the error when I run the VBA macro This is the sample code: Sub ...
hhagell's user avatar
  • 11
5 votes
2 answers
170 views

How do I list notes from EvernoteNoteStoreClient.findNotes()?. When the notefilter is empty I am able to list all notebooks

I am using the Evernote API to create an Android app. I am trying to list notes based on tags. but when I add filters my note list is empty, and when I do not add any filter I am able to list all the ...
Gokula Krishnan's user avatar
1 vote
1 answer
219 views

Is there a way of converting note to HTML files in Evernote iOS SDK

I developed a hybrid app and I want to display the Evernote content in my app. To achieve this, I used an tag and use the iframe to load the evernote html content. It works in the Android platform....
cococurry's user avatar

1
2 3 4 5
13