https://github.com/codefresh-io/google-drive-upload
Codefresh plugin for uploading files to Google Drive
https://github.com/codefresh-io/google-drive-upload
Last synced: 8 months ago
JSON representation
Codefresh plugin for uploading files to Google Drive
- Host: GitHub
- URL: https://github.com/codefresh-io/google-drive-upload
- Owner: codefresh-io
- Created: 2019-08-14T14:28:55.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-06T06:48:26.000Z (over 1 year ago)
- Last Synced: 2025-04-25T14:59:42.399Z (about 1 year ago)
- Language: JavaScript
- Size: 385 KB
- Stars: 1
- Watchers: 12
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Google Drive upload step
This plugin helps to upload files to Google Drive in any stage of pipeline.
You can upload several files at once. Use UPLOAD_FILE_ prefix for file variables.
Each file variable is an array of:
- file path (required)
- file name in Drive (required)
- file MIME type (required)
```
List of env variables:
USER_EMAIL - required (files will be shared with this user)
SERVICE_ACCOUNT_EMAIL - required (service account for file uploading)
SERVICE_ACCOUNT_PRIVATE_KEY - required (private key of service account)
UPLOAD_FILE_N - required, one or several file descriptions
```