ricardorodrigues-ca / zoom-recording-downloader

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

Server-to-Server OAuth not working as expected :( #41

Closed iampnp closed 1 year ago

iampnp commented 1 year ago

Traceback (most recent call last): File "/root/zoom-recording-downloader/zoom-recording-downloader.py", line 325, in main() File "/root/zoom-recording-downloader/zoom-recording-downloader.py", line 292, in main downloads = get_downloads(recording) File "/root/zoom-recording-downloader/zoom-recording-downloader.py", line 157, in get_downloads download_url = download['download_url'] + "?access_token=" + JWT_TOKEN NameError: name 'JWT_TOKEN' is not defined

ricardorodrigues-ca commented 1 year ago

Working on a fix right now

ricardorodrigues-ca commented 1 year ago

Fix added to master branch.

iampnp commented 1 year ago

I have just now verified! the new git clone of the repo and the new instruction of using zoom-recording-downloader.conf seems to be great and working great. it's downloading now. Please mark this issue as resloved.

Thank you Sir Ricardoro