Evernote/evernote-cloud-sdk-php

Get notes from linked notebooks

bookin opened this issue · 2 comments

How can I get/find/search notes from the linked/shared notebooks?
I have notebook guid, but method findNotesWithSearch don't want to get data from linked notebook.
I use a token authentication (without Auth)

This should help you out a little. It took me a while to figure it out myself.

https://gist.github.com/freakinhuge/7dc96406e9aaeb3930b2cfc67248c7d2

@freakinhuge thanks for answer, I will see