Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auth Issues #48

Closed
derrickshowers opened this issue Sep 16, 2014 · 4 comments
Closed

Auth Issues #48

derrickshowers opened this issue Sep 16, 2014 · 4 comments
Labels

Comments

@derrickshowers
Copy link

Developer token is not working - no error, but every time I go to send a note to Evernote, I am put through the same flow of requesting a developer token (browser loads this page)

Steps to Reproduce

  1. Installed the package (ST3), and followed directions under "First Use"
  2. Entered my developer token from Evernote into the field in ST3. The filed goes away, but the note is never sent to Evernote.
  3. Repeated the step. The browser loads the page to request a developer token. I try again, and nothing happens.

I did notice that there does not seem to be the file 'SublimeEvernote.sublime-settings' in 'Sublime Text 3/Packages/User/' after these steps. I tried creating manually using the following format:

{                                                                                                                                              
    "noteStoreUrl": "share_note_url_from_evernote",
    "oauth_token": "auth_key_from_evernote"
}

... but still no luck.

@breestealth
Copy link

May be you could Reconfiguration Authorization and try again. I failed in the first time and re-authorize to get this plugin work perfectly.

@bordaigorl
Copy link
Owner

@derrickshowers Does any error show in ST's console?
Which version are you running?

If you want to try the manual configuration, the file you are looking for is simply Evernote.sublime-settings (you can reach it from Preferences > Package Settings > Evernote > Settings (User)) and the keys are noteStoreUrl and token.

@bordaigorl
Copy link
Owner

Confirmed. The problem was introduced in 9ec04ba it is now corrected.
I'll release a new version soon.
Thanks for reporting it!

@derrickshowers
Copy link
Author

Awesome. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants