简体   繁体   English

Google翻译API-拒绝访问错误403

[英]Google Translate API - Access Denied Error 403

I am using Google API for one of my project. 我正在为我的项目之一使用Google API。 I completed all the formalities with google. 我已经完成了与Google的所有手续。 I pay the bill for using it. 我付账使用。 But I cannot move out with one issue. 但是我不能只解决一个问题。 If I send data for translation back to back, google reverts back with Access denied Error 403. So I had to put some delay in my code. 如果我发送数据进行转换,则google会还原为Access拒绝错误403。因此,我不得不在代码中添加一些延迟。 But as a matter of fact total time is increasing. 但事实上,总时间正在增加。 So what is the possible way to recover this issue. 那么,解决此问题的可能方法是什么。 I am using C# dot net to call the google API. 我正在使用C#点网来调用Google API。

> https://www.googleapis.com/language/translate/v2?key=xxxxxxxxxxxxxxxxxxxxxxx&q={0}&source=en &target=sv

From Google translate API FAQ page: 从Google翻译API常见问题页面:

You may be exceeding your quota: either the daily billable total, or the limit on request characters per second. 您可能超出了配额:每日可计费总数或每秒请求字符数的限制。 To view or change usage limits for your project, or to request an increase to your quota, do the following: 要查看或更改项目的使用限制,或请求增加配额,请执行以下操作:

For more information Google translate API FAQ 有关更多信息, Google翻译API常见问题解答

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

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