I am getting the below error after the script runs for about 30 mins, anyone knows how to fix this?
Closed this issue · 1 comments
AmritanshuKajaria commented
message -> Access token has expired.
Thanks for your help
prschmid commented
As per the Zoom documentation, access tokens automatically expire. You will need to call the client.refresh_token()
to get a new token.