I don’t see why being logged in Asana in the browser can help, but I don’t know p5js. When using the API you need to go through the authentication process, OR maybe you can forge a request and use a token you did receive after logging in in the browser. But in your code I don’t see anything related to authentication, am I missing something?
I worked around this by using the quickstart node.js example from the docs:+1: I think the errors were, as you pointed out, due to not authenticating in any way.
Thought it worked more like one of these open ones: http://api.open-notify.org/, where i could just be logged in to authenticate.