尝试访问Calendar 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开发者控制台,我远远没有达到我的限制(当最大值为1,000,000时,我有2500个查询)。另外,我看不到如何通过身份验证,因为我使用OAuth 2.0凭据进行api调用。
答案 0 :(得分:0)
从Google Developer Console中检查Google Calendar API的状态,如果已启用。 然后,在打开API后等待几分钟。您必须确保每次尝试都获得一个新令牌。
您还可以按照建议的操作来操作,以解决Google Calendar API Usage Limits错误。