BUG downloading cloud recordings with access token set results in an invalid response

@patricio.giacomino, @matt, @ryan

As of now to download a private or password protected cloud recording you must use a Zoom JWT App Type.

Use the download_url from the Get Recordings Endpoint or the download_url from the Recording Completed Webhook and add the access_token query param to the end of the url with your JSON Web Token as the value.

Example:

https://api.zoom.us/recording/download/{{ Download Path }}?access_token={{ JWT Token }}

19%20PM

The only way to use OAuth to download a cloud recording is to have the “Share cloud recordings only with members of my account” set to off. Then you can use the download_url to download the file with no auth required.

43%20PM

We apologize for the confusion and inconvenience. We have a ticket to allow OAuth private recording downloads in our backlog. Stay updated here.

Thanks,
-Tommy

1 Like