Zoom account was switched from being hosted by zoom.us to zoom-x.de, subsequently the download_token provided recording.completed webhook results in a 401 when attempting to download the file defined in download_url
So I was mistaken. We are getting a 200 response back, but with an html login page. I would suspect that the download_token provided with the webhook payload would have sufficient privileges?
The GET request for the file was within 24 hours of receiving the webhook.
Yes provided you use within 24 hrs of receiving the webhook. After 24 hrs, you have to use one of the cloud recording endpoints to receive the recording.
Yes provided you use within 24 hrs of receiving the webhook. After 24 hrs, you have to use one of the cloud recording endpoints to receive the recording.
In that case, why is the GET request failing within 24 hours of receiving the webhook?
I think I am misunderstanding a bit. Can you please clarify if you’re using the GET API endpoint or you’re using the download_token with the download_url from the webhook?