tools2
(Umee)
April 4, 2024, 4:47pm
1
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?
I try to set new “Granular scope” for “Recordings” (recording:read:admin), but:
If I call WebApi, it returns: “Invalid access token, does not contain scopes:[]”, with no permission. With other calls, i have the right list in error.
In scope list configuration for “server-to-server app”, I cannot found any “Recordings” scopes, like in previous “Classic scope”.
In documentation ther’s only “classic scope”…
How can I solve this and continue to use “/meetings/##/recordings ” apis?
2 Likes
I am experiencing the same issue
rcohen
(Riley)
April 5, 2024, 6:08pm
3
I am experiencing the same issue
Hi All,
Confirming recording scopes for meeting and phone should be functioning.