drive_upload
Save to Google Drive — Save a finished file into the signed-in user's own Google Drive. Use as the last step of a workflow when the user asks for the result to be put in, saved to, or uploaded to their Drive. Needs their Google account to be connected on the Integrations page. Only ever writes: it cannot read, list or search anything already in their Drive. [category: utility]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | The file to save — usually the previous step's output. | |
| filename | No | Optional. The name the file gets in Drive, extension included. Leave blank to keep the name it already has. | |
| folder_name | No | Optional. We create this folder the first time and put later files in the same one. We cannot see folders you made yourself, so if you already have one with this name you will end up with two — leave it blank to save straight into My Drive. |