Cannot Download Recordings or Transcriptions

API Endpoint(s) and/or Zoom API Event(s)
/phone/recording_transcript/download
/phone/recording/download

Description
I have been trying to download the recording of my Zoom Phone recordings but everytime I use the “download_link” provided on the webhook for event “phone.recording_completed” I get “File does not exist” error.

And if I go ahead and try to download the transcription for that recording using the recording id also provided on the webhook call I get “Admin has disabled this transcription”.

I have enabled every option that’s transcription or recording related on admin settings for both “Recording and Transcription” tab and the “Zoom Phone” tab.

Also I have enabled all “Zoom Phone” and “Recording” scopes for testing after i lost hope but still getting the same problems.

Error?
Recording download error:-

{
“code”: 404,
“message”: “File does not exist.”
}

Transcription download error:-

{
“code”: 12001,
“message”: “Admin has disabled this transcription.”
}

How To Reproduce
Steps to reproduce the behavior:
1. Get a webhook call for the “phone.recording_completed” event.
2. Extract the “download_link” from the request body and try to call it using a token for the user that got the call.
3. Extract the recording id from the request body and use it to call /phone/recording_transcript/download/{recordingId}

Hi @AhmedAhmedEG
Thanks for reaching out to us and welcome to the Zoom Developer Forum!
Allow me to run a couple of tests on my end and will get back to you with an update shortly

The problem gone away from 3 days ago by itself, and the webhook for completed transcriptions worked again.

Good to hear @AhmedAhmedEG
I will close this topic for now but feel free to reach out to us if you need anything else in the future

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