我似乎找不到取消观看文件以取消订阅更改的方法。是否可以DELETE
观看资源?
DELETE POST https://www.googleapis.com/drive/v2/files/fileId/watch/watchId
我似乎找不到取消观看文件以取消订阅更改的方法。是否可以DELETE
观看资源?
DELETE POST https://www.googleapis.com/drive/v2/files/fileId/watch/watchId
使用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>
}