Google Prediction API:错误500内部服务器错误

时间:2014-05-09 17:14:09

标签: java google-prediction google-cloud-platform

我正在尝试运行Prediction API example。一切都按照these instructions进行配置,但我收到的唯一信息是:

500 Internal Server Error
{
   "code" : 500,
   "message" : null
}

Process finished with exit code 1

找不到我错过的东西...... 欢迎任何帮助。

1 个答案:

答案 0 :(得分:0)

我认为您使用的是旧版本的Prediction API - v1.5。当前版本是v1.6,您可以在此处找到一些示例代码 - https://github.com/gxlzlihao/GooglePredictionAPISample/blob/master/src/main/java/com/google/api/services/samples/prediction/cmdline/PredictionSample.java