
Parameters
Base name of the file to create in Google Drive. Extension will be appended automatically based on
Format.File format used to set the upload MIME type (
text/plain, application/pdf, application/json, or text/csv).Fallback file bytes to upload when no input arrives on the
input port.Credentials
Select a Google OAuth Credential with Google Drive upload access.
Inputs
Optional file bytes to upload. When present, this input overrides the
File Content parameter.Outputs
A JSON object describing the uploaded Google Drive file.
| Field | Description |
|---|---|
file_id | Google Drive file ID. |
file_name | Final file name reported by Google Drive. |
mime_type | MIME type used for the upload. |
web_view_url | Browser URL to view the file when returned by Google Drive. |
web_content_url | Direct content/download URL when returned by Google Drive. |

