actions-marketplace-validations/zoomdrive
GitHub action to download Zoom recordings periodically and upload to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 25, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/ohcnetwork_zoomdrive@9465a9dc0f5cb5d001c1994ade7d5021d051b808 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| zoom_account_id | Zoom Account ID | yes | — |
| zoom_client_id | Client ID of Zoom OAuth App | yes | — |
| zoom_client_secret | Client Secret of Zoom OAuth App | yes | — |
| lookback_days | Number of days to keep Zoom meeting recordings | no | 30 |
| end_date | End date of Zoom meeting recordings to keep | no | — |
| delete_on_success | Delete Zoom Meeting Recording files after uploading to Google Drive | no | false |
| gsa_credentials | Google Service Account Credentials | yes | — |
| meeting_gdrive_folder_map | Base64 encoded JSON Map of meeting ID to folder ID | yes | — |
Outputs
| name | description |
|---|---|
| result | The result of the action |