You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure what the Asana API is messing up in the URI as it appears to be calling a 'GET' to /tags and I am also using iterator_to_array($client->tasks->getTasksForProject($project_id), true); with no issues.
The text was updated successfully, but these errors were encountered:
The
client->tags->getTags()
function should return a collection however in the request it is failing and throwing anInvalidRequestError
.This error is only thrown if I were to execute
iterator_to_array
.Example to replicate:
Not sure what the Asana API is messing up in the URI as it appears to be calling a 'GET' to /tags and I am also using
iterator_to_array($client->tasks->getTasksForProject($project_id), true);
with no issues.The text was updated successfully, but these errors were encountered: