ricardorodrigues-ca / zoom-recording-downloader

Downloads and organizes all cloud recordings from your Zoom Business account
MIT License
127 stars 65 forks source link

Update zoom-recording-downloader.py with new OAuth required by Zoom #37

Closed neylwalecki closed 1 year ago

neylwalecki commented 1 year ago

Implements the changes needed to use the script with the OAuth authentication required by Zoom from June 1th 2023.

eveyeti commented 1 year ago

I run your pull request and I have problem with JWT_TOKEN and have to change JWT_TOKEN to ACCESS_TOKEN and everything works!

collinschwantes commented 1 year ago

@neylwalecki thank you so much for writing this update - is there any chance that you can update the readme to reflect using oauth instead of JWT?

ricardorodrigues-ca commented 1 year ago

Updated script with this OAuth authentication and added other improvements (courtesy of @jmsapps)