Download password protected meeting recording using OAuth access token

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:

  1. Start password protected meeting
  2. Start recording
  3. Stop recording and end meeting
  4. Wait for recording.completed notification from webhook
  5. Our OAuth Zoom app will start downloading process using the Axios node implementation
  6. 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!!

Hey @ricardo.sanchez,

Make sure you are not also sending the access_token as a bearer header and that you have the following setting enabled:

Also just private messaged you.

Thanks,
Tommy