Updating Meeting Recording Setting after Recordings files are available

Description
On Saturday, zoom made a change that by-default password got enabled to access/share zoom recordings. Because of this, all the sessions that happened on Saturday (11th April) and Sunday (700+ recording files) have by-default password protection enabled. Now, we are unable to access and download those recording using the zoom APIs

Error
We use JWT token created from zoom account’s api_key and api_secret for all API calls like list meetings, create meeting, list recordings, delete recording etc. Calling recording settings update API using the same token is giving an error saying ‘No Permission’

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Zoom support team suggested doing this but it is not helping.
“Update the meeting recording settings by using this https://marketplace.zoom.us/docs/api-reference/zoom-api/cloud-recording/recordingsettingsupdate, where they remove password and then use the get meeting recording API”

Which Endpoint/s?
Knowing the API endpoint/s can help us to identify your issue faster. Please link the ones you need help/have a question with.

Hi @VijayDwivedi

Sorry for the inconvenience. As a workaround for this issue, could you try appending your JWT token in the download URL? See Tommy’s suggestion here for more details: Zoom Download URL Issue