Google Translate API - 错误代码400

时间:2014-03-03 19:46:14

标签: google-api google-translate

所以我收到错误代码400,原因是keyInvalid

     json = {
    error =     {
        code = 400;
        errors =         (
                        {
                domain = usageLimits;
                message = "Bad Request";
                reason = keyInvalid;
            }
        );
        message = "Bad Request";
    };
}

enter image description here

我正在使用正确的API调用我确定:

https://www.googleapis.com/language/translate/v2?key=INSERT-YOUR-KEY&q=hello%20world&source=en&target=de

对于INSERT-YOUR-KEY我已经尝试了Client IDClient secret

另外,我确实在控制台中启用了Translate API。

1 个答案:

答案 0 :(得分:1)

enter image description here

哦,主啊,浪费时间 - 主要是我的错!所以我需要创建一个公共API密钥,这是页面上的第二个选项,一直盯着正面。其中一天......