get_attachment
Save a Gmail attachment to a local directory. Provide account, message, and attachment IDs with an output path to receive the saved file's location and size.
Instructions
Write an attachment under download_root. output_path may be a bare filename (lands in download_root) or an absolute path under it. Returns path and size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| message_id | Yes | ||
| output_path | Yes | ||
| attachment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |