sublime-evernote
sublime-evernote copied to clipboard
Authentication token not written to Evernote.sublime-settings
I found a workaround for this, but I wanted to post an issue anyway, in case others experience this.
This is my first time using the Evernote ST3 package. Upon authenticating, the Evernote.sublime-settings file isn't created, and I'm not prompted to enter the token anywhere. The console output indicates the file couldn't be found (that's because it doesn't exist).
To work around this, I did the following: touch ~/.config/sublime-text-3/Packages/User/Evernote.settings-sublime
Then I pasted the following into the settings file, substituting the token and store URL as appropriate: { "noteStoreUrl": "https://www.evernote.com/shard/{store_url}", "token": "{token}", }
Restart ST3, and upon restarting, execute 'Evernote: List Recent Notes' from the command palette. Success!
I'm running an Ubuntu 14.04.5-based distro (Cub Linux). If there is anymore information I can provide, let me know.
Hi, thanks for the report! This is very strange. Which version of ST3 are you using? Also can you paste the exact error message you got in the console? It would be great if you could find a way to reliably reproduce the error...
I'm using build 3114.
I removed the package, moved Evernote.sublime-settings (noticed it hadn't been removed), restarted ST3, re-installed package, and was able to reproduce the error. The error message in context:
reloading settings Packages/User/Package Control.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
reloading settings Packages/User/Preferences.sublime-settings
Unable to open /home/andy/.config/sublime-text-3/Packages/User/Evernote.sublime-settings
But as soon as I move the settings file I created back into the folder, the console output shows:
reloading settings Packages/User/Evernote.sublime-settings
Ok here's a question: how did you install the package? Via Package control or manually?
This is relevant because the plugin assumes it is placed in a folder called Evernote
Installed via package control.
I have the same issue with Sublime Text 3 Build 3126. I also installed via package control. I'm running Sierra.
@andyforceno @swilla @bordaigorl Maybe you have the same issue as I had. I just discovered that I wasn't providing the right token. The token is a long alphanumeric string. If you don't know it you might need to revoke the previous token (on the opened page) and re-run the package so you can create a new token and use it.
PS 1: just in case delete the old Evernote.sublime-settings file PS 2: I am using SublimeText 3126