I am getting a 500 server error on a specific project (i think?)
My call:
https://app.asana.com/api/1.0/projects/744526852757229/tasks?opt_expand=this,this.subtasks%2B,this.followers
Result:
{
“errors”: [
{
“message”: “Oops! An unexpected error occurred while processing this request. The input may have contained something the server did not know how to handle. For more help, please contact api-support@asana.com and include the error phrase from this response.”,
“help”: “For more information on API status codes and how to handle them, read the docs on errors: Build an app with Asana”,
“phrase”: “29 needy salmon stomp exactly”
}
]
}