I'm getting a zip file (it includes 100-200 csv files) URL every week from an API call using cron job. I want to use the URL to download the zip file locally and then extract that file and then upload all the csv files to Google Drive to a particular folder.
Any idea on how to go about this?
Thanks.
PS: ZIP File will be saved in a themes folder in WordPress. (if that helps)