emacs-asana
emacs-asana copied to clipboard
Issues login to asana
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?
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!