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