coronasafe/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 Apr 24, 2024
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: coronasafe/zoomdrive_archive@b11a2ab2bfe3e1fdc5914167b19295620333bd4a # v0.1tags 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 |