Description
Calling /users/{userId}/recordings and including the access_token query parameter does not return a download_token value in the response (as the all-recordings-completed webhook does.
Error
No specific error.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT
Which Endpoint/s?
/users/{userId}/recordings
How To Reproduce (If applicable)
Steps to reproduce the behavior:
Call endpoint as such: /users/olf_tech_coordinator@openlibraryfoundation.org/recordings?page_size=300&from=2022-01-13&to=2022-02-13&access_token={redacted}
Examine response JSON
Additional context
Ultimately, I’m attempting a direct download of the recording files (without the interstitial web form), so I need the download_token to append as a query parameter to the download_url value I’m getting from the “List all recordings” call. I can work around the problem by appending the same JWT that I’m using to make the /users/{userId}/recordings call.
Hi @olf_tech_coordinator
Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
Have you tried calling the GET meeting recordings endpoint?
Note: To access a user’s password protected cloud recording, add an access_token parameter to the download URL and provide either the JWT or the user’s OAuth access token as the value of the access_token parameter.