【发布时间】:2016-05-17 06:42:39
【问题描述】:
我是谷歌翻译 api 的更新者。创建新项目并获取 api 密钥后。共鸣总是如下:
{
"error": {
"errors": [
{
"domain": "usageLimits",
"reason": "dailyLimitExceeded",
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/translate/quotas?project=302824800783",
"extendedHelp": "https://console.developers.google.com/apis/api/translate/quotas?project=302824800783"
}
],
"code": 403,
"message": "Daily Limit Exceeded. The quota will be reset at midnight Pacific Time (PT). You may monitor your quota usage and adjust limits in the API Console: https://console.developers.google.com/apis/api/translate/quotas?project=302824800783"
}
}
这是我第一次使用这个 api。我想我应该有 60 天的免费试用期。有人告诉我为什么吗?
【问题讨论】:
-
在这里遇到了类似的问题。希望有人能够提供帮助。
-
显然 api 在午夜后开始工作。
标签: api google-translate