lanec / zoom-batch-downloader

Download all your zoom cloud recordings
GNU General Public License v3.0
42 stars 20 forks source link

recording ID logging and/or recording deletion option after download #29

Open ggatto opened 6 months ago

ggatto commented 6 months ago

I have a suggestion,

add an Recording ID log file to the script and/or a option to delete the downloaded recordings (using the API the recording can be sent to the trash or permanently deleted, maybe have both options sounds great).

The Recording ID log can be use to verify if a recording was already download and use to use the Zoom API to delete that recording.

I think most of us want to free space on Zoom Cloud Recording, download the files worked great but if we could delete the archived recording would be amazing.

https://developers.zoom.us/docs/api/rest/reference/zoom-api/methods/#operation/recordingDelete

I tried to implement the deletion on the script, but I could't figure it out how to get the Meeting ID.

Thank you for created this script have been very useful tool.

AnessZurba commented 6 months ago

The code adds the id to file names to figure out which stuff is downloaded which isn't

Regarding deleting, I recall trying to do it but there was a problem, I don't recall what was it

ggatto commented 6 months ago

But only with the File ID is not possible to use the API to delete the file, if we could have a text file with all Meeting ID that was downloaded would be very helpfull or even better a option to delete the file after downloaded.

AnessZurba commented 6 months ago

I might add a feature to delete stuff after downloading, but I need some time to get to it