Description
I’m trying to download all my recordings using OAuth to archive the videos in my local backupusing the following URL with all the correct headers:
I succeeded on downloading the files, but the major problem is that all the recordings of the same topic are always downloading the same files. The chat, audio and video.
Below is all the endpoints that i’m using:
https://api.zoom.us/v2/users/’ + email_login + ‘/recordings?page_size=365&from=2020-01-01&to=’ + data_mes,
https://api.zoom.us/v2/meetings/’ + meeting_id + ‘/recordings’,