[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2024-09-05 (世界標準時間)。"],[[["Retrieves a specific email attachment using the message and attachment IDs."],["Requires user authentication and authorization with specific Gmail scopes."],["Uses a simple GET request with path parameters for user, message, and attachment IDs."],["Returns the attachment data as a `MessagePartBody` object in the response."],["Request body should be empty for this operation."]]],["This document details how to retrieve a specific message attachment using a GET request. The core action involves sending a request to the provided URL, `https://gmail.googleapis.com/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}`, with the request body being empty. The URL requires three path parameters: `userId`, `messageId`, and `id`. A successful request will return a `MessagePartBody` instance, and access requires one of the listed OAuth scopes. The document also includes a \"Try it!\" feature.\n"]]