Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
Context: refreshing access token
Description
Refresh token returns invalid_grant error after 60 minutes even though expiration is 90 days. (App development environment)
Error:
{
"reason": "Invalid Token!",
"error": "invalid_grant"
}
How To Reproduce
-
Issue a new oAuth
access_token
andrefresh_token
-
Wait until
access_token
expires -
Attempt to renew
access_token
with the providedrefresh_token
-
Receive error message