I’m able to access download URLs fine and when the download URL is pasted into the browser it is downloading the mp4 file.
The same download_url I’m using from nodeJS or python it is returning HTML Page as a response (Required Password HTML Page), Wrapped the URL with Nodejs it is returning status code as 401 and response body forbidden.
How can I access the Recorded meeting video from the backend code(Node JS or Python) ?
@shravan do you know if there are any authentication profiles on your account or user level settings restricting access to cloud recordings from specific domains?
did you find the solution ? I am not getting any response from zoom team and there is no way to implement this. Please someone provide solution for this.
Hi Shravan
Did this work for you. I am having the same problem. Download_url returns a html response and not the recording (using Node.js, JWT)
Regards
@tommy, @mokutsu
I have the same issue I am able to download using a browser when I am logged in the Download url plus the JWT token as a query parameter works.
But when I do the same using my php code using curl it gives password required page in return. @tommy. I see that there are multiple questions on this.
I am guessing you may have something that worked end to end. So please post full code and steps that you guys have tested and work
Download the file using curl in PHP not command line shell
Get the actual file name instead of specifying one.
I have code for all this but I can not get past the password required using PHP curl.