Search code examples
evernoteevernote-app-notebook

Accessing Evernote in offline mode in Windows


Hi Iam creating an app in evernote and I want to create notes offine from my app if the app is not connected with the internet, so any api changes to be done or any changes to be done in settings can any help me out


Solution

  • EDIT: Apparently I had some (very) old (and bad) information. Evernote's Windows COM API has never been public or officially supported by Evernote (link).

    for a local only API look at Evernote's documentation page for the Windows command line interface: https://dev.evernote.com/doc/articles/enscript.php

    The Evernote SDK for Windows (link: https://github.com/evernote/evernote-cloud-sdk-windows) provides an API via COM which interacts with the Evernote application and not Evernote's cloud service.

    If the user has set up the Evernote for Windows app on their computer you can access the data managed by the Evernote app on their windows device using the COM API (setup info here: https://github.com/evernote/evernote-cloud-sdk-windows/tree/master/COM%20Setup) or via the command line: https://dev.evernote.com/doc/articles/enscript.php