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) ?
I’m using JWT Token to retrieve the download_URL