【问题标题】:google translate api error 403 in first time use首次使用谷歌翻译api错误403
【发布时间】: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


【解决方案1】:

Google Translate API 是一项付费企业服务,用于翻译大量文本。

您可以查看官方文档here。 阅读顶部的警告。

【讨论】:

    猜你喜欢
    • 2012-09-16
    • 2015-04-04
    • 1970-01-01
    • 1970-01-01
    • 2017-07-18
    • 1970-01-01
    • 2020-03-27
    • 1970-01-01
    • 2016-11-03
    相关资源
    最近更新 更多