如何取消监视推送通知的文件?

时间:2013-07-13 11:37:26

标签: google-drive-api

我似乎无法找到一种方法来取消监视文件以取消订阅更改。 DELETE手表资源是否可能?

DELETE POST https://www.googleapis.com/drive/v2/files/fileId/watch/watchId

1 个答案:

答案 0 :(得分:2)

使用channels.stophttps://developers.google.com/drive/v2/reference/channels/stop

POST https://developers.google.com/drive/v2/reference/channels/stop

{
  "id":<your channel's uuid>,
  "resourceId": <resource id>
}