minds-ai / zoom-drive-connector

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

Single or Bulk file Downloads? #31

Open svedriall opened 3 years ago

svedriall commented 3 years ago

Hi,

I've used This Project for a month or so, doing my own upgrades on the project but I wanted to transfer the idea into a cloud based solution for a faster proccess. This allowed me to just run the script with JWT token and download all fies to local with proper categorization.

Does this only work with individually selected files or does it go through all the sub-accounts under the specified "username" in the config file?

PS: Tried Appscript getBlob but it only downloads files 50mb portion and i lack the knowledge to use resumeupload stuff.

Thanks,

jbedorf commented 3 years ago

Hi, this tool downloads (and then uploads) all the recordings of a specific meeting ID. If there are multiple recordings then all those get downloaded. You can add multiple meeting IDs in the configuration settings and it will download the files from multiple meetings. It does not check the account of individual users, it only works via meeting IDs.