开发者

google api translate java

开发者 https://www.devze.com 2023-03-07 18:14 出处:网络
I am using google-api-translate-java-0.95.jar.to translate a set of terms writing in frenchtowards English ,but I have this errorthe program run correctly but At the moment look it give me this error

I am using google-api-translate-java-0.95.jar.to translate a set of terms writing in french towards English ,but I have this error the program run correctly but At the moment look it give me this error please why ?

    Exception in thread "main" java.lang.Exception: Google returne开发者_如何学God the following    error: [403] Suspected Terms of Service Abuse. Please see <http://code.google.com/apis/errors>
    at com.google.api.translate.Translate.getJSONResponse(Translate.java:182)
    at com.google.api.translate.Translate.execute(Translate.java:71)
    at translate.main(translate.java:72)
     Java Result: 1

thanks in advance


It's because you've been blocked or throttled. See the link in that URL: API access notice

You received this notice because Google has blocked or throttled this website's access to the Google API.

See that link for details about when that happens and what you can do about it.

0

精彩评论

暂无评论...
验证码 换一张
取 消