wtzd8645/Upload To Google Drive Action
Used for uploading a directory or file to Google Drive. Supports cross-platform.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| is_shared_drive | Whether the destination folder is in a shared drive. Defaults to false. | — | false |
| auto_delete | When the GSA's storage reaches its capacity, files will be automatically deleted, starting with the oldest. Defaults to false. | — | false |
| credentials | The credentials for Google Drive authentication in Base64 format. | yes | — |
| src_path | The source path to upload. Can be a file or a directory. | yes | — |
| dest_folder | The destination folder in Google Drive. | yes | — |
| dest_file_name | The destination file name in Google Drive. If not provided, the source file name from src_path will be used. | — | "" |
Outputs
no outputs