When we are trying to update access tokens of the users of our Zoom app using their refresh token, we are getting this error from Zoom’s OAuth endpoint: “{‘reason’: ‘Invalid Token!’, ‘error’: ‘invalid_grant’}”
A few things to note: We are aware that a refresh token can be used only once and the latest refresh token must always be used for the next refresh request. However, we are getting the error even when are making the request for the first time.