Method: changes.watch

订阅用户的更改。

HTTP 请求

POST https://www.googleapis.com/drive/v3/changes/watch

网址采用 gRPC 转码语法。

查询参数

参数
driveId

string

要返回更改的共享云端硬盘。如果已指定,则更改 ID 将反映相应共享云端硬盘;请使用合并的云端硬盘 ID 和更改 ID 作为标识符。

includeCorpusRemovals

boolean

如果在请求发出时用户仍可访问文件,则更改是否应包含文件资源(即使文件已从更改列表中移除且此文件不再有更改条目时)。

includeItemsFromAllDrives

boolean

结果中是否应包含“我的云端硬盘”和共享云端硬盘内容。

includeRemoved

boolean

是否纳入用于表明内容已从更改列表中移除的更改(例如,由于删除或失去访问权限)。

includeTeamDriveItems
(deprecated)

boolean

已弃用:请改用 includeItemsFromAllDrives

pageSize

integer

每页返回的更改数上限。

pageToken

string

用于在下一页中继续执行上一个列表请求的令牌。此字段应设置为来自上一个响应的“nextPageToken”的值或来自 getStartPageToken 方法的响应。

restrictToMyDrive

boolean

是否将结果限制为“我的云端硬盘”层次结构中的更改。这样一来,系统会忽略对文件(例如“应用数据”文件夹中的文件或尚未添加到“我的云端硬盘”的共享文件)所做的更改。

spaces

string

要在语料库中进行查询的空格列表(以英文逗号分隔)。支持的值为“drive”和“appDataFolder”。

supportsAllDrives

boolean

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

supportsTeamDrives
(deprecated)

boolean

已弃用:请改用 supportsAllDrives

teamDriveId
(deprecated)

string

已弃用:请改用 driveId

includePermissionsForView

string

指定要在响应中包含的其他视图权限。仅支持“已发布”状态。

includeLabels

string

要在响应的 labelInfo 部分包含的标签 ID 列表(以英文逗号分隔)。

请求正文

请求正文包含一个 Channel 实例。

响应正文

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

授权范围

需要以下 OAuth 范围之一:

  • https://www.googleapis.com/auth/drive
  • https://www.googleapis.com/auth/drive.appdata
  • 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

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