Asana Https Request

Hi there,

I am currently trying to setup a http request to create a task in asana

I have other asana nodes working just fine ,including the “create task” node however I need to be able to set a due date which the asana node prevents.

I followed the directions from the asana documentation but when I send the request I get the below error code:

“response”: “There was an error: "Request failed with status code 401"”

Any support would be appreciated.

401 - means simply “unauthorized”, check their website where you can check if the token you are using is correct:

I also advice you to use “Generic Auth Type=Bearer Auth”

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.