About ever other time I attempt to retrieve a token from https://www.box.com/api/oauth2/token, I receive this error:
{"error":"invalid_request","error_description":"Invalid grant_type parameter or parameter missing"}
If I execute the exact same request again I get the correct response. Example without token:
{"access_token":"xyz","expires_in":4206,"restricted_to":[],"token_type":"bearer"}
I can provide our client ID or enterprise ID if that's helpful for looking at logs.
Thanks for any help.
