我正在使用Google日曆API。Google Calendar API錯誤:超出使用限制
我收到錯誤消息:
日曆使用限制超過
在細節錯誤:
{
"code": 403,
"errors": [{
"domain": "usageLimits",
"message": "Calendar usage limits exceeded.",
"reason": "quotaExceeded"
}],
"message": "Calendar usage limits exceeded."
}
這種情況隨時有時只是插入5個事件或有時更多比25甚至我已經使用批量請求插入事件。有沒有特別適用於測試日曆API的方法?
L'est請參閱Google文檔:https://support.google.com/a/answer/2905486?hl = fr或https://support.google.com/a/answer/2905486?hl = zh_CN 可能的重複[奇怪的錯誤403:「向與會者添加事件時超出日曆使用限制」)(https://stackoverflow.com/questions/41693043/strange-error-403-calendar-usage-limits-exceeded-when -adding事件與 - ATTEN) – Meloman