Are recording downloads resume-able?

Description
We expect our Zoom meetings’ recordings to be quite large, hundreds of megabytes, per meeting. During our server to server downloads, the downloading may break, hence we are wondering if it is possible to resume the downloads?

We are using the Cloud Recording API:
https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingget.

We are running a Java Web app hosted on a public cloud server. We run a scheduler that regularly GET meeting recordings via the Zoom API. We are wondering if its possible to resume a broken download since we expect a file to run into hundreds of megabytes, if not more than 1 GB.
Essentially, we are trying to find out if the Zoom HTTP server supports file resume using the HTTP Range header.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.