After getting the token using https://account.box.com/api/oauth2/authorize?client_id=ba89q5jnqdi31o2uossdspldrawju3mh&response_type=code when I try to send a POST token request, I get the error
{
"error": "invalid_grant",
"error_description": "The authorization code has expired"
}
Although, I try it right away, within 5 seconds
