【发布时间】:2016-07-31 09:55:21
【问题描述】:
在 Google Drive 中编辑文件后,我无法收到推送通知。
使用的库:googleapis、google-auth-library。
有频道:
drive.changes.watch({
pageToken: tokenId,
resource: {
id: uuid.v1(),
type: 'web_hook',
address: 'https://7def94f6.ngrok.io/notifications'
}
}, function(err, result, message) {
console.log(err, result);
});
终端中的结果
当我尝试使用“试试看!”时在 google-drive api中
【问题讨论】:
标签: node.js push-notification google-drive-api