An open API service indexing awesome lists of open source software.

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

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
```