evernote-sdk-java
evernote-sdk-java copied to clipboard
Evernote SDK for Java
使用网上给的key和密钥没有问题,自己申请的就报错; org.scribe.exceptions.OAuthException: Response body is incorrect. Can't extract token and secret from this static final EvernoteService EVERNOTE_SERVICE = EvernoteService.SANDBOX; Class
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
I am using the Evernote Java SDK with the sandbox account to create a note and search for it. ```java Note mynote = new Note(); mynote.setTitle("mytitle"); mynote.setContent(content); Note createdNote =...
I'm not sure if the issue is with the SDK or the API itself, but accessing the API through the Evernote Java SDK is extremely slow. 4 to 5 sec...
Something is not working anymore : after a search, every found note is returning null when calling getTagNames(); getTagGuids() is returning something but I cannot use it as I cannot...
Hi, I have 5 different NoteClients issuing deleteNote() call concurrently at the same time with different note guids, however, only some of the calls actually work and the note gets...
I tried to follow the link top the javadocs in the README, but it refuses to connect