401 error when downloading recording with Server-to-Server OAuth token

@gianni.zoom

Hi,
I tried

curl -H "Authorization: Bearer MASKED_S2S’sTOKEN_STRING“ https://api.zoom.us/v2//meetings/SOMEMEETINGID/recordings

It looks working. I got some json strings with HTTP Status 200.
The json has topic,recording_files and download_url I maked.

And then, I tried

curl -H “Authorization: Bearer <S2S’s ACCESS_TOKEN>” https://{{base-domain}}/rec/archive/download/xyz

It returned HTTP Code 302 with “long url”(it was point to a recording file).
so I can download from “long url” without any token.

1 Like