In order to debug the problems, I have written an AS3 library interface to the binary protocol. It works.
I have problems getting all the notes for a notebook; I use findNotes and set these fields:
Field.writeFieldToByteArray(requestBody, FIELD_TYPE_STRING, AUTHORIZATION_FIELD_ID, authenticationToken);
Field.writeFieldToByteArray(requestBody, FIELD_TYPE_STRUCT, FILTER_FIELD_ID);
var id : String = passthroughData as String;
Field.writeFieldToByteArray(requestBody, FIELD_TYPE_STRING, NOTEBOOK_GUID_FIELD_ID, id);
Field.writeFieldToByteArray(requestBody, FIELD_TYPE_I32, OFFSET_FIELD_ID, 0);
Field.writeFieldToByteArray(requestBody, FIELD_TYPE_I32, MAX_RESULT_FIELD_ID, 250);
Is this the correct set of binary data ?
Creating an AS3 API interface by hand - need help with findNotes
Started by Richard Haven, Jun 19 2012 05:00 PM
request
1 reply to this topic
Also tagged with one or more of these keywords: request
Windows
Evernote Products →
Evernote →
FEATURE REQUEST: Notes about notebooks and tagsStarted by Hans_Kopp, 30 May 2013 |
|
|
||
Mac
Evernote Products →
Evernote →
REQUEST: Bring back thumbnail view with resizing optionsStarted by Sandeep Prabhakaran, 23 May 2013 |
|
|
||
Mac
Evernote Products →
Evernote →
Feature Request: Allow different sorting types by NotebookStarted by Emilie, 22 May 2013 |
|
|
||
Other
Evernote Products →
Evernote →
REQUEST: Workflows/MacrosStarted by Etzeitet, 10 Apr 2013 |
|
|
||
Mac
Evernote Products →
Evernote →
REQUEST: Styles for Evernote MacStarted by forLoop, 04 Apr 2013 |
|
|
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












