我正在使用google翻译-java-0.95.jar.以便用法语把一组术语翻译成英文,但是我的程序运行得很正确,但是现在看看它,给我这个错误,为什么?
Exception in thread "main" java.lang.Exception: Google returned 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提前谢谢
发布于 2011-05-21 20:29:20
https://stackoverflow.com/questions/6084264
复制相似问题