hankei6km/Google Drive tools Action - recv
This action sends a file to Google Drive
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file_id | The ID of the file or shared drive. | no | "" |
| parent_id | The ID of the parent folders in remote | no | "" |
| src_file_name | The name of the file in remote. When there are multiple files with the same parent id and the same name, only one of them is received. | no | "" |
| dest_file_name | The name(path) of the file in local filesystem | yes | "" |
| dest_mime_type | The MIME type of the file. | no | "" |
| remove_bom | Remove BOM chars in receiving content | no | "" |
Outputs
| name | description |
|---|---|
| file_id | The ID of the file that is sended into Google Drive. Be careful, the ID of the file can also be sensitive data. |