Download a Gmail attachment's bytes as the calling member
Capability Sources
Download a Gmail attachment's bytes as the calling member
Downloads one Gmail attachment (file) as base64-encoded bytes, using the messageId and the attachmentId from the gmail-message capability’s attachments metadata. Decode dataBase64 locally to reconstruct the file, e.g. a PDF or spreadsheet, then extract its contents.
GET
Download a Gmail attachment's bytes as the calling member
Path Parameters
Gmail message id that contains the attachment.
Required string length:
1 - 512Attachment id from the gmail-message capability's attachments metadata.
Required string length:
1 - 2048