Asana / node-asana

Official node.js and browser JS client for the Asana API v1
MIT License
264 stars 74 forks source link

Response from a request is asking to authorize application #271

Open mhyk opened 1 year ago

mhyk commented 1 year ago

Sometimes the response from a request will ask to authorize the application even if the application has been authorized or the access_token has recently been renewed.

* * * * * * * * * * * * * * * * * * * * * * * * * * *
Please open a browser to the url:

https://app.asana.com/-/oauth_authorize?client_id=xxxxxxx&response_type=code&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=default

and follow the prompts to authorize this application.
* * * * * * * * * * * * * * * * * * * * * * * * * * *
Enter the code here: 
HermanBide commented 6 months ago

has this issue been resolved?