Method: changes.getStartPageToken

获取起始 pageToken,以列出未来的更改。

HTTP 请求

GET https://www.googleapis.com/drive/v2/changes/startPageToken

网址采用 gRPC 转码语法。

查询参数

参数
driveId

string

共享云端硬盘的 ID,系统会返回该共享云端硬盘的起始页面令牌(用于列出今后在共享云端硬盘中所做的更改)。

supportsAllDrives

boolean

发出请求的应用是否同时支持“我的云端硬盘”和共享云端硬盘。

supportsTeamDrives
(deprecated)

boolean

已弃用:请改用 supportsAllDrives

teamDriveId
(deprecated)

string

已弃用:请改用 driveId

请求正文

请求正文必须为空。

响应正文

如果成功,响应正文将包含结构如下的数据:

JSON 表示法
{
  "startPageToken": string,
  "kind": string
}
字段
startPageToken

string

用于列出更改的起始页令牌。

kind

string

标识所属资源种类。值:固定字符串 "drive#startPageToken"

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/docs
  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.appdata
  • https://www.googleapis.com/auth/drive.apps.readonly
  • https://www.googleapis.com/auth/drive.file
  • https://www.googleapis.com/auth/drive.meet.readonly
  • https://www.googleapis.com/auth/drive.metadata
  • https://www.googleapis.com/auth/drive.metadata.readonly
  • https://www.googleapis.com/auth/drive.photos.readonly
  • https://www.googleapis.com/auth/drive.readonly

部分范围受到限制,需要经过安全评估才能让应用使用。有关详情,请参阅授权指南