evernote-cloud-sdk-windows icon indicating copy to clipboard operation
evernote-cloud-sdk-windows copied to clipboard

Tag names

Open PetroArtbrains opened this issue 9 years ago • 2 comments

After downloading notes there are not tag names displayed, and it is always null. How I can get list of tags?

PetroArtbrains avatar May 12 '15 10:05 PetroArtbrains

Read up on TagNames here: https://dev.evernote.com/doc/reference/Types.html#Struct_Note

Bottom line, that attribute can be filled in by a client when creating a note but is never returned by the service. To get the tags on an existing note that you read from the service, use the TagGuids attribute. There is also a getNoteTagNames method available if you want to use that.


From: PetroArtbrains <[email protected]mailto:[email protected]> Sent: Tuesday, May 12, 2015 6:43 AM Subject: [evernote-cloud-sdk-windows] Tag names (#5) To: evernote/evernote-cloud-sdk-windows <[email protected]mailto:[email protected]>

After downloading notes there are not tag names displayed, and it is always null. How I can get list of tags?

— Reply to this email directly or view it on GitHubhttps://github.com/evernote/evernote-cloud-sdk-windows/issues/5.

mpnow avatar May 12 '15 15:05 mpnow

Can you give sample to show how I can get note tags collection by note id or note ref. Thanks.

PetroArtbrains avatar May 13 '15 07:05 PetroArtbrains