emacs-asana icon indicating copy to clipboard operation
emacs-asana copied to clipboard

Issues login to asana

Open patrixd opened this issue 7 years ago • 1 comments

Hi!

I'm trying to log in Asana from emacs. But I get the following error:

Contacting host: app.asana.com:443
helm-M-x: JSON readtable error: 60

I'm using the same username and password I use for login in Asana. Do you know what I am doing wrong?

patrixd avatar Sep 09 '18 08:09 patrixd

Hey there,

You need to use a Personal Access Token to authenticate rather than your username and password. You can do this either by setting the ASANA_TOKEN environment variable in your shell, or (setq asana-token "...") in your init.el. You can create a PAT in the Asana web app if you don't have any yet.

Thanks for opening this issue, that error message definitely needs to be improved!

lmartel avatar Sep 12 '18 23:09 lmartel