This is an AppsScript program that moves Zoom cloud recordings to a folder in a Google individual or shared drive. After moving the recordings to the drive, it trashes the cloud recording in Zoom. You can access trashed files for several days in case you need a recording back.
- Go to script.google.com and create a new script.
- Next, click "Services" and add the advanced drive services Drive API and label it "Drive".
- Paste the code into the editor and save.
- Run the privateInfo() function once.
- Enter the required info under Settings->Script Properties.
- Run the main function specifying how many months back you want to go.