prschmid / zoomus

Python client library for the Zoom.us REST API v1 and v2
Other
253 stars 133 forks source link

I am getting the below error after the script runs for about 30 mins, anyone knows how to fix this? #286

Closed AmritanshuKajaria closed 1 year ago

AmritanshuKajaria commented 2 years ago

message -> Access token has expired.

Thanks for your help

prschmid commented 1 year ago

As per the Zoom documentation, access tokens automatically expire. You will need to call the client.refresh_token() to get a new token.