Short answer: You can upload file for gemini in Google Gemini by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Google Gemini Upload File for Gemini action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
File URL file_url | string | Required | File URL (required) |
Display Name display_name | string | Optional | report.pdf |
MIME Type mime_type | string | Optional | application/pdf, image/jpeg, video/mp4 |
{"file_url": "e.g. https://example.com/path","display_name": "report.pdf","mime_type": "application/pdf, image/jpeg, video/mp4"}
{"file": {"uri": "https://generativelanguage.googleapis.com/v1beta/files/abc-123","name": "files/abc-123","state": "ACTIVE","mimeType": "application/pdf","sizeBytes": "12345"}}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.