Ask Gemini action.
Important Note: Files are automatically deleted after 48 hours.
External DocumentationTo learn more, visit the Gemini documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Ask Gemini action.
Important Note: Files are automatically deleted after 48 hours.
| Parameter | Description |
|---|---|
| Display Name | The display name of the file. If not specified, the display name will be the name of the file. |
| File Identifier | The identifier of the file. A file identifier represents a file created or referenced earlier in the workflow (for example, from a file action or another step that produces a file). See Using with Files in Workflows for more details. |
| MIME Type | The MIME type of the file. |
{
"file": {
"name": "files/...",
"displayName": "...",
"mimeType": "...",
"sizeBytes": "...",
"createTime": "...",
"updateTime": "...",
"expirationTime": "...",
"sha256Hash": "...",
"uri": "https://generativelanguage.googleapis.com/v1beta/files/...",
"state": "ACTIVE"
}
}
Was this page helpful?