Invalid Token while trying for refresh token in daily basis

Description
Everyday refresh tokens are become invalid.

Error
Error message received : Invalid Token.

More Detail
We have integrated many accounts to create the meeting. When we request to refresh the access token invalid tokens are being faced frequently.
There are lots of account and we need to reintegrate the accounts everyday.
What is causing it to face invalid token ?
What is the solution?

1 Like

Hey @sudip.bolakhe,

Thank you for reaching out to the Zoom Developer Forum. With OAuth, there can only be one valid access_token at a time. As a first step, I would make sure that you aren’t authorizing those users on another device or reinstalling the app.

On that same note, if you make a request with an invalid token, the app will need to be reauthorized. Instead, you’ll want to make sure you are checking the expiration of the access_token before each call and using the refresh_token to get a new one if necessary.

I hope that helps! Let me know if you have any questions.

Thanks,
Max

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.