download_attachment
Download a Gmail attachment by filename or ID, then upload it to a specified Google Drive folder. Returns Drive file ID, name, and link.
Instructions
Download an attachment from a Gmail message and upload it to Google Drive.
Identify the attachment by `filename` (preferred — stable across requests) or `attachment_id`;
if the message has exactly one attachment, neither is required. Uploads into the Drive folder
`drive_folder` (created if absent). Returns the Drive file id, name, and web_view_link.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message_id | Yes | ||
| attachment_id | No | ||
| filename | No | ||
| drive_folder | No | Gmail Attachments |