gpt4 book ai didi

node.js - google-drive 无法获取推送通知

转载 作者:太空宇宙 更新时间:2023-11-03 22:13:12 25 4
gpt4 key购买 nike

在 Google 云端硬盘中编辑文件后,我无法收到推送通知。
使用的库:googleapisgoogle-auth-library
有 channel :

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);
});

终端中的结果

enter image description here

当我尝试使用“尝试一下!”时在 google-drive api 中

I get this error (on screenshot you can see my parameters)

enter image description here

最佳答案

嘿嘿,正如我之前告诉过你的,我对 Drive api 一无所知。但我想我明白了。看看你的console log您在上面插入的。您已调用:

Start Token: 6178

然后在文件中出现错误:

“此(框)应设置为 nextPageToken from the previous responseform the getStartPageToken method (字符串)的值”

我从你的问题中没有得到的是,你从哪里得到你的 2234 Token你想把它放进那个盒子里吗?我猜你正在使用 nextPageToken 方法?但仍然假设系统从头开始,您没有任何“previous response”=>,因此您不能在该框中有另一个 token ,但start token从控制台..

所以现在,我的建议是 2234输入开始 token :6178 .

注意:我对此可能是完全错误的。因为这个问题暗示着另一个问题,所以它应该是一条评论,但我没有足够的经验来添加评论。希望对您有所帮助。

关于node.js - google-drive 无法获取推送通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36528336/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com