I'm using the evernote api python sdk and I keep getting this exception:
EDAMUserException: LIMIT_REACHED: {"errorCode":6,"parameter":"Note"}
Does anyone understands what this limit refers to? Is there a limit on creating notes through the api!? The sdk is very uninformative and I couldn't find some description about it elsewhere.
Appreciate your help. Thanks!
After contacting Evernote support, it turns out that LIMIT_REACHED exception can happen in two cases:
The first one is the note being created is too large as kungphu suggested.
The second case is the total number of notes in the account is reached (100k notes for individual account).
The latter was the cause for me, deleting Trash notes fixed the issue.