asanawarrior
asanawarrior copied to clipboard
Is project still usable?
Hi,
I noticed that the project is a bit abandoned. But I still want to try it out. Is it still compatible with nowadays Asana API and taskwarrior?
I'm currently trying it, it seems to be working fine so far
I needed some minor changes, but other than that it seems to be working :)
It seems that is no longer usable after the API Token deprecation by Asana; maybe the auth module of https://github.com/thash/asana could help
The README says to use a personal access token. I can't get it to work as I get
Unable to find ["xyz.com"] domain. Found: [{Id:0 Name:xyz.com Email:}]
Took a closer look, and auth works with the Personal Access Token but the ID of the workspace is coming back as 0
instead of the actual gid
. This is happening for both the workspace and the project.
Unable to find ["xyz.com"] domain. Found: [{Id:0 Name:xyz.com Email:}]
Same issue here, it appears that asanawarrior is looking for <id>, but the API is supplying <gid>. I'll look further into it later.
I have created a PR #35 with a fix for this and more issues
Thanks @Sponge5