Method: changes.watch

訂閱使用者的變更內容。

HTTP 要求

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

這個網址使用 gRPC 轉碼語法。

查詢參數

參數
driveId

string

要傳回變更的共用雲端硬碟。如果指定的變更 ID 會顯示共用雲端硬碟,請使用合併的雲端硬碟 ID 和變更 ID 做為 ID。

includeCorpusRemovals

boolean

如果在提出要求時,使用者仍可存取該檔案,變更是否應包含檔案資源,即使檔案已從變更清單中移除,且這個檔案也沒有其他變更項目也一樣。

includeDeleted

boolean

是否包含變更,指出項目已從變更清單中移除,例如刪除或失去存取權。

includeItemsFromAllDrives

boolean

是否同時包含「我的雲端硬碟」和共用雲端硬碟項目。

includeSubscribed

boolean

是否在結果中包含「我的雲端硬碟」階層以外的變更。如果設為 False,搜尋結果不會列出對「應用程式資料」資料夾中的檔案,或是尚未加入「我的雲端硬碟」的共用檔案所做的變更。

includeTeamDriveItems
(deprecated)

boolean

已淘汰:請改用 includeItemsFromAllDrives

maxResults

integer

要傳回的變更數量上限。

pageToken

string

繼續先前在下一頁提出清單要求的權杖。此值應設為前一個回應的 nextPageToken 值,或 getStartPageToken 方法的回應。

spaces

string

要查詢的空格清單 (以半形逗號分隔)。支援的值為 driveappDataFolderphotos

startChangeId
(deprecated)

string (int64 format)

已淘汰:請改用 pageToken

supportsAllDrives

boolean

要求的應用程式是否支援「我的雲端硬碟」和共用雲端硬碟。

supportsTeamDrives
(deprecated)

boolean

已淘汰:請改用 supportsAllDrives

teamDriveId
(deprecated)

string

已淘汰:請改用 driveId

includePermissionsForView

string

指定要在回應中加入哪些其他檢視表權限。系統僅支援 published

includeLabels

string

要加入回應 labelInfo 部分的標籤 ID 清單 (以半形逗號分隔)。

要求主體

要求主體包含 Channel 的例項。

回應主體

如果成功,回應主體會包含 Channel 的執行例項。

授權範圍

需要下列其中一種 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

部分範圍受到限制,必須接受安全性評估,應用程式才能使用這些範圍。詳情請參閱授權指南