gpt4 book ai didi

php - Google 通知 channel 允许的最长过期时间是多少?

转载 作者:行者123 更新时间:2023-12-03 23:25:26 25 4
gpt4 key购买 nike

我找不到任何可以回答这个问题的文档。具体来说,我使用的是日历 API:https://developers.google.com/google-apps/calendar/v3/push

我知道过期时间应该是自 EPOCH 以来经过的毫秒数。目前,我让它在一周内到期,但我希望它更长 - 尽可能长。

$chan = new Google_Service_Calendar_Channel();
$chan->setId($channel_id);
$chan->setToken("blahblahblah");
$chan->setType("web_hook");
$chan->setAddress("https://www.mydomain.com/catchPush/");
$chan->setExpiration(strtotime("+1 week")*1000);
$watch = $cal_client->events->watch($calendar_id, $chan);

最佳答案

最大 TTL 似乎是 1 个月。

尝试将到期时间设置为一年,并监控 Google 在结果中返回的到期时间。

关于php - Google 通知 channel 允许的最长过期时间是多少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24138581/

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