谷歌日历 API 返回每日限制错误



尝试访问日历 API 时出现以下错误

{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceededUnreg",
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.",
"extendedHelp": "https://code.google.com/apis/console"
}
],
"code": 403,
"message": "Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup."
}
}

但是,我检查了Google开发人员控制台,我远未达到我的极限(当最大值为2,500时,我的查询次数为1,000,000(。此外,我看不到我如何未进行身份验证,因为我使用 OAuth 2.0 凭据进行 api 调用。

从 Google开发者控制台检查 Google 日历 API的状态(如果它已启用(。 然后在转动 API 后等待几分钟。在尝试之前,必须确保每次都会获得一个新令牌。

您还可以按照建议的操作操作,这些操作将帮助您解决Google日历API使用限制错误。

最新更新