You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was thinking it could be that my API key is a basic version, not full permission, so I requested a new one, with full permission, but the error is still the same. What is errorCode 3 mean?
Any help would be very much appreciated.
Best
Tian
The text was updated successfully, but these errors were encountered:
had the same issues, but i had to pass the consumerKey and consumerSecret and it worked well like so
new Evernote.Client({
consumerKey: consumerKey,
consumerSecret: consumerSecret,
china: false,
token: myToken,
sandbox: true
});
Hello:
I encountered an error in findNotesMetadata(). below are two routes:
Get notebooks:
Above piece of code is working well, I can get data like if I directly call http://localhost:3000/api/getEvernote:
However, below route is not working:
Get all Notes meta data:
In the above code, I can only receive an error like:
I was thinking it could be that my API key is a basic version, not full permission, so I requested a new one, with full permission, but the error is still the same. What is errorCode 3 mean?
Any help would be very much appreciated.
Best
Tian
The text was updated successfully, but these errors were encountered: