bulk_save_gmail_attachments_to_drive
Save multiple Gmail attachments to Google Drive in a single request. Specify attachment details and optional folder.
Instructions
Save multiple Gmail attachments to Google Drive in a single request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The EMAIL of the Google account. Choose from: | |
| attachments | Yes | List of attachment information dictionaries. Each should have message_id and part_id, and optionally folder_id and rename fields. Example: [{'message_id': 'abc123', 'part_id': '1', 'rename': 'invoice.pdf'}] | |
| folder_id | No | Default Google Drive folder ID to save attachments to if not specified per attachment. |