Using the Asana Task API, we’re able to see the list of projects that a task belongs to, as well as those projects’ GID and Notes (description text). Desired outcome The entire goal here is to grab the GID of the project that has #websiteprojecttemplate within its Notes value. We need to find the GID of that project, and then output
Tag: asana
Asana NodeJS API – Cannot authenticate request error when using client.useOauth
I’m currently setting up and integration with Asana and want to have my users connected through the oAuth side of the library. I have successfully got the auth flow working in the sense of having the user navigated to Asana, authorize the app, then storing the access token and refresh token for use down the line. I’m aware that the