minds-ai / zoom-drive-connector

Automatically uploads Zoom meeting recordings to Google Drive.
Other
33 stars 8 forks source link

Download fixes #19

Closed jbedorf closed 5 years ago

jbedorf commented 5 years ago

This PR removes the need to login to Zoom to download files. It is replaced by generating a different kind of access token that is used for the file download operation.

Note I reformatted the unit test file with yapf which causes the large amount of line changes.

MrFlynn commented 5 years ago

Everything looks good to me.