Download URL is not working

Hey @alex.jezior, @videosocials, @te_zoom.admin, @Emanuel_Aguirre,

Please see this message from our engineers:

“Seems like the difference between our working curl download and not working curl download is the option ‘-L’, which is used to support redirect.”

I also checked the php code you pasted above, a redirect flag was missed.

    `CURLOPT_FOLLOWLOCATION => true,     // follow redirects `

Try running curl with -L or add CURLOPT_FOLLOWLOCATION option in their php code.

Let me know if this fixes the issue.

Thanks,
Tommy