Evernote / evernote-sdk-android

Evernote SDK for Android
428 stars 168 forks source link

Q:How to determine a notebook exists??? #41

Closed daimajia closed 9 years ago

vRallev commented 9 years ago

Use the notestore and call listNotebooks(). It'll fetch all notebooks and they definitely exist. If you get the notebook object from somewhere else, you must compare the GUID with the GUID from the listed notebooks.