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
Expected Result: ResultSet containing only notes with USN greater than afterUSN and within the notebook_id
Obtained Result:
File "build/bdist.linux-x86_64/egg/evernote/api/client.py", line 151, in delegate_method
)(**dict(zip(arg_names, args)))
File "build/bdist.linux-x86_64/egg/evernote/edam/notestore/NoteStore.py", line 2621, in getFilteredSyncChunk
return self.recv_getFilteredSyncChunk()
File "build/bdist.linux-x86_64/egg/evernote/edam/notestore/NoteStore.py", line 2648, in recv_getFilteredSyncChunk
raise result.userException
EDAMUserException: EDAMUserException(errorCode=10, parameter=u'notebookFilter')
Questions:
Does the notebookGuids filter work only on business accounts?
What does "u'notebookFilter" mean ?
Why is there no active development on python3 when python2 has already reached its sunset
When is python2 's v1.28 going to be pushed to PIP install .
Where do I look for correct documentation of notebookGuids and its usage , the docStrings present in note_store.Ttypes.py is so confusing , needs better language
When are you going to merge the pull requests on setup.py bugs .
If this repo is not under any development , are there any other open repo with good development on evernote SDK in other languages ( looks like bunch of bugs with ios and js too )
The text was updated successfully, but these errors were encountered:
SDK Version: 1.28
Function/Class Name:
NoteStoreTypes.SyncChunkFilter() && NoteStore.getFilteredSyncChunk(0, maxEntries, filters)
Sample I/P
Expected Result: ResultSet containing only notes with USN greater than afterUSN and within the notebook_id
Obtained Result:
Questions:
note_store.Ttypes.py
is so confusing , needs better languagesetup.py
bugs .The text was updated successfully, but these errors were encountered: