File Does Not Exist Error When Retrieving Zoom Phone Call Recordings

I’m using the api GET /phone/recordings top get all the recording for our account. I then call the download_url with the correct access token as the Bearer token. But I’m getting a File does not exist error.

curl below

curl -L “https://zoom.us/v2/phone/recording/download/{REDACTED}” -H “Content-Type: application/json” -H “Authorization: Bearer {access_token}”

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

Hi @NetArchitect
Thanks for reaching out to us and welcome to our Zoom Developer Forum!
Have you been able to troubleshoot this on your end?
Can you please confirm that the recording exists? you can look for it in the WebPortal
Cheers,
Elisa

Unfortunately no.

I went through all the recordings in my account and all the download_urls are returning File does not exist. And I did verify in admin that we do have recordings in our account

@NetArchitect I will send you a DM to follow up on this

To update this thread here:

The account needs the recordingDownload:Edit role.
Make sure that the admin enables the role under Admin Tab > User Management > Roles > Phone to enable it.

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