2

我似乎找不到取消观看文件以取消订阅更改的方法。是否可以DELETE观看资源?

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

1 回答 1

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>
}
于 2013-07-13T11:42:13.090 回答