Description
Currently we are able to download non-password protected recordings using an OAuth access token, but this doesn’t work when we try to download a password protected recording using the webhook download_url field
Error
Request failed with status code 401 (Axios agent)
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
https://{companyName}.zoom.us/rec/webhook_download/{resourceReference}?access_token={OAuthAccessToken}
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Start password protected meeting
- Start recording
- Stop recording and end meeting
- Wait for recording.completed notification from webhook
- Our OAuth Zoom app will start downloading process using the Axios node implementation
- OAuth Zoom App will throw 401 Unauthorized error. (Our code works with non-protected recordings)
Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.
Additional context
Our app has user level access permissions, including, among others, the following scopes:
- recording.read
- recording.write
Please, let us know if you need anything else from us, since we are really blocked by this right now!!