get_attachment
Download a specific Gmail attachment to a local file path by supplying the account, message ID, and attachment ID.
Instructions
(unconfigured) Download one attachment to a path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | Yes | ||
| max_bytes | No | ||
| save_path | Yes | ||
| message_id | Yes | ||
| attachment_id | Yes |