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.
Updated the unit tests to be compatible with this.
Removed all uses off the password variable.
Note I reformatted the unit test file with yapf which causes the large amount of line changes.
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.
password
variable.Note I reformatted the unit test file with
yapf
which causes the large amount of line changes.