Method: media.download

下载上传的媒体,但不下载 Google 云端硬盘文件。URI /v1/media/{+name}?alt=media 支持下载。如需从 Google 云端硬盘文件中导出字节,请参阅 Google 云端硬盘中的 files.export 方法。

HTTP 请求

GET https://chat.googleapis.com/v1/media/{resourceName=**}

网址采用 gRPC 转码语法。

路径参数

参数
resourceName

string

您要下载的媒体的名称。如需了解详情,请参阅 spaces.messages.attachments.attachmentDataRef

请求正文

请求正文必须为空。

响应正文

如果成功,此方法会以字节形式返回文件内容。

如需仅下载文件的一部分,请将 Range 标头与字节范围搭配使用。例如:Range: bytes=500-999

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/chat.bot
  • https://www.googleapis.com/auth/chat.messages
  • https://www.googleapis.com/auth/chat.messages.readonly

如需了解详情,请参阅授权指南