Got 'Download Response: 404'

Hi,
We are using node.js to download our customers meeting from Zoom cloud.

We are getting ‘404’ error while downloading some of the meetings:
code:
We were using:
/**let auth = "Bearer " + download_token;
request.get({
url: url,
headers: {
“Authorization”: auth
}
})
**/

Based on the input from Tom, we are now -
let url1 = url + “?access_token=” + download_token;
request.get({
url: url1,
})

Please let us know if you want more details. If needed I will private msg the customer details, download url, app details, etc.

Thanks.
Regards,
Selva

Hey @selva.iyyamperumal,

Please email all these details and the full download url to developersupport@zoom.us so we can assist further.

Thanks,
Tommy