evernote-sdk-python icon indicating copy to clipboard operation
evernote-sdk-python copied to clipboard

Evernote SDK for Python

Results 34 evernote-sdk-python issues
Sort by recently updated
recently updated
newest added

Bumps [waitress](https://github.com/Pylons/waitress) from 0.8.2 to 2.1.1. Release notes Sourced from waitress's releases. v2.1.1 No release notes provided. v2.1.0 No release notes provided. v2.1.0b0 No release notes provided. v2.0.0 No release...

dependencies

Bumps [django](https://github.com/django/django) from 1.9.2 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [pygments](https://github.com/pygments/pygments) from 1.6rc1 to 2.7.4. Release notes Sourced from pygments's releases. 2.7.4 Updated lexers: Apache configurations: Improve handling of malformed tags (#1656) CSS: Add support for variables (#1633, #1666)...

dependencies

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.7.6 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

Bumps [httplib2](https://github.com/httplib2/httplib2) from 0.7.7 to 0.19.0. Changelog Sourced from httplib2's changelog. 0.19.0 auth: parse headers using pyparsing instead of regexp httplib2/httplib2#182 auth: WSSE token needs to be string not bytes...

dependencies

``` EDAMSystemException: EDAMSystemException(errorCode=8, rateLimitDuration=None, _message='authenticationToken') ```` I get this error `EDAMSystemException` ``` --------------------------------------------------------------------------- EDAMSystemException Traceback (most recent call last) in () 2 client = EvernoteClient(token=dev_token) 3 userStore = client.get_user_store() ---->...

#### SDK Version: 1.28 #### Function/Class Name: ```NoteStoreTypes.SyncChunkFilter() && NoteStore.getFilteredSyncChunk(0, maxEntries, filters)``` #### Sample I/P ``` sync_filter = NoteStoreTypes.SyncChunkFilter() sync_filter.includeNotes = True sync_filter.includeNotebooks = True sync_filter.includeSharedNotes = True sync_filter.includeLinkedNotebooks =...

Hi, I am trying to use the evernote-sdk based on the quick-guide of python mentioned on (https://dev.evernote.com/doc/start/python.php) . I have generated the dev_token successfully but when I am trying to...

I found api only support html content , I am tring to modify this extention https://github.com/Kenshin/simpread/ to convert html page (contain majax latex ) to markdown , then save to...