pythonapiexceptionevernote

EDAMUserException: LIMIT_REACHED errorCode:6


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!


Solution

  • After contacting Evernote support, it turns out that LIMIT_REACHED exception can happen in two cases:

    The latter was the cause for me, deleting Trash notes fixed the issue.