我似乎无法找到一种方法来取消监视文件以取消订阅更改。 DELETE
手表资源是否可能?
DELETE POST https://www.googleapis.com/drive/v2/files/fileId/watch/watchId
答案 0 :(得分:2)
使用channels.stop
:https://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>
}