Upload File to Google Drive
Uploads a file to Google Drive (including Shared Drives), with automatic MIME type detection, folder selection, and optional overwrite of existing files.
Inputs
Name | Type | Description |
---|---|---|
Credentials JSON | Credentials | Google Service Account credentials (JSON). Optional if the Flow uses OAuth. |
File URL | String | Public or presigned URL to download and upload via streaming. |
File Name | String | File name including extension, e.g. image.png or report.pdf . |
Folder ID | String | Destination folder ID (required). |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether the operation succeeded |
File ID | String | ID of the file created in Google Drive. |
File URL | String | Web view URL of the uploaded file. |
File Name | String | Name of the uploaded file. |
References
Updated 6 days ago