Method: users.messages.attachments.get

获取指定的消息附件。

HTTP 请求

GET https://gmail.googleapis.com/gmail/v1/users/{userId}/messages/{messageId}/attachments/{id}

网址采用 gRPC 转码语法。

路径参数

参数
userId

string

用户的电子邮件地址。特殊值 me 可用于指示经过身份验证的用户。

messageId

string

包含附件的邮件的 ID。

id

string

连接的 ID。

请求正文

请求正文必须为空。

响应正文

如果成功,则响应正文包含一个 MessagePartBody 实例。

授权范围

需要以下 OAuth 范围之一:

  • https://mail.google.com/
  • https://www.googleapis.com/auth/gmail.modify
  • https://www.googleapis.com/auth/gmail.readonly

有关详情,请参阅授权指南