Troubleshooting Zoom Server to Server OAuth App: Unable to Download Recordings

I created a new Server to Server OAuth app and executed the following curl command (partially masked), but I was unable to download the file, and the “does not contain scopes” part was empty.

request:
curl -X GET https://zoom.us/v2/phone/recording/download/xxxx -H ‘Authorization: Bearer access_token’ -H ‘content-type: application/json’

response:
{“code”:104,“message”:“Invalid access token, does not contain scopes:.”}

It looks like bug? I found similar issue. How can I download a recording?

2 Likes

I am experiencing the same issue

I am experiencing the same issue

I think you’ll want to follow this thread
Zoom App Granular and Optional Scopes feature - Missing Scope and Reverting to Classic - Zoom Apps - Zoom Developer Forum

2 Likes