Method: presentations.get

获取指定演示文稿的最新版本。

HTTP 请求

GET https://slides.googleapis.com/v1/presentations/{presentationId}

网址采用 gRPC 转码语法。

路径参数

参数
presentationId

string

要检索的演示文稿的 ID。

请求正文

请求正文必须为空。

响应正文

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

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.readonly
  • https://www.googleapis.com/auth/presentations
  • https://www.googleapis.com/auth/presentations.readonly

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