我正在尝试使用PredictionSample
中的google-api-java-client
,但使用ClientLogin
身份验证时,它会给我一个错误:
User is not a trusted tester
我已在API控制台项目中激活了Google Prediction API。我能够使用相同的用户从http://code.google.com/apis/predict/docs/hello_world.html运行Hello World预测示例。它使用oacurl和oauth2。
但它不适用于google-api-java-client
。我也无法使oauth2与google-api-java-client
合作。
我搜索了文档和示例,但没有找到解决方案。是否可以使用google-api-java-client
来完成hello_world示例中的操作。
答案 0 :(得分:0)
我在Google APP Engine Project中使用Blogger API遇到了类似的问题。附件是Stackoverflow问题的链接和我能够工作的示例代码。希望它有所帮助。
Proper Form of API request to Blogger using Java/App Engine -error 401