Jump to content

bloodspork

Level 1
  • Posts

    3
  • Joined

  • Last visited

About bloodspork

bloodspork's Achievements

0

Reputation

  1. Yes, I'm aware that there is a dev portal thanks. On that very dev portal, please see: https://dev.evernote.com/doc/reference/NoteStore.html#Fn_NoteStore_getNoteWithResultSpec getNoteWithResultSpec() takes a type called NoteStoreTypes.NoteResultSpec, which is not defined in the python 2.7 API.
  2. Well this worked: noteStore.getNote(devToken, noteGuidStr, True, True, True, True) which appears to be an older version of the interface. What is the correct API to use & am I using it (by virtue of "pip install evernote")? Where is it documented? Thank you
  3. Hi there. Python 2.7 evernote client installed via pip, import evernote.edam.notestore.ttypes as NoteStoreTypes NoteStoreTypes.NoteResultSpec is not defined. What am I missing? Is this technique obsolete? thanks
×
×
  • Create New...