谷歌翻译api错误403在第一次使用

时间:2016-05-17 06:42:40

标签: api google-translate

我是谷歌翻译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天的免费试用。有没有人告诉我为什么?

1 个答案:

答案 0 :(得分:0)

Google Translate API是一种用于翻译大量文本的付费企业服务。 你可以在这里查看官方文件。 在顶部阅读警告。