I’ve problem with get the team gid.
I use the API and i get the follow error msg:
{
“errors”: [
{
“message”: “team: Not a Long: {team_gid}”,
“help”: “For more information on API status codes and how to handle them, read the docs on errors: Build an app with Asana”
}
]
}
Asana GIDs now need to be strings. Are you using a client library and if so which one? It almost sounds like code you’re using is still coded to expect a long instead of a string.
Also if you can post the code for your request, that might be helpful in figuring out what’s up.