Offloading storage

We are nearing our 10TB cloud storage limit. I’m hoping there’s a way that we can bulk move the stored meetings over to AWS storage that we control.

Thanks!

Blake

Hi @bgentner,

Welcome to the Zoom Developer Community.

Unfortunately, you cannot download multiple meeting recordings at the same time from the Zoom.us web console, but here is something you could try:

  1. Call the List All Recordings API to get a list of all your recordings.

  2. Use the link from download_url, to download the recordings, and then upload them to your AWS storage. You would need to create this logic at your end.

I hope this recommendation helps.

Thanks,
Ojus