I’m periodically refreshing API tokens every hour. This has worked for about 100 refreshes, until the API returned an error 400:
requests.exceptions.RequestException: Status Code: 400 Error "invalid_request" Reason "Internal Error"
To refresh I’m making a POST request with python’s requests library with refresh_token=(the refresh token) and grant_type=“refresh_token”. Authentication is the client ID and secret.
I’m wondering if there is more clarification on this “internal error” reason. Nothing has changed on my end leading up to the sudden error 400.
That seems to be similar to our problem! The scenarios in which it could occur that you outlined don’t seem applicable to our situation though - In that case can I send the token and timestamp to developer@zoom for a more specific look into it? I’d love to know more about this “invalid format” errror response we got
Yes, please send an email to developersupport@zoom.us with a link to this thread. In that email, please include the request that you’re making, the response and the access_token that was used.