简体   繁体   English

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

[英]google translate api error 403 in first time use

i am the newer of google translate api. 我是谷歌翻译api的新手。 After creating a new project and getting the api key. 创建新项目并获取api密钥后。 the resonse always be the followings: 共鸣总是如下:

{
 "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"
 }
}

this is the first time i use this api. 这是我第一次使用这个API。 I think i should have a 60 days free trail. 我想我应该有60天的免费试用。 Is there anyone tell me why? 有没有人告诉我为什么?

Google Translate API is a paid enterprise service for translating large amounts of text. Google Translate API是一种用于翻译大量文本的付费企业服务

You can checkout official document here . 你可以在这里查看官方文件。 Read warning on top. 在顶部阅读警告。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM