如何在 google-api-java-client 中使用 OAuth2?
我尝试在 google-api-java-client
中使用 PredictionSample
,但使用 ClientLogin
身份验证时出现错误: 用户不是受信任的测试人员
我已在我的 API 控制台项目中激活了 Google Prediction API。我可以从 http://code.google 运行 Hello World 预测示例.com/apis/predict/docs/hello_world.html 使用同一用户。它使用 oacurl 和 oauth2。
但它不适用于 google-api-java-client
。我也无法使 oauth2 与 google-api-java-client 一起使用。
我搜索了文档和示例,但没有找到解决方案。是否可以使用 google-api-java-client
执行 hello_world 示例中的操作。
I am trying to use the PredictionSample
in google-api-java-client
, but with ClientLogin
authentication it gives me error:User is not a trusted tester
I have activated the Google Prediction API in my APIs Console project. And I am able to run the Hello World prediction example from http://code.google.com/apis/predict/docs/hello_world.html with the same user. It uses oacurl and oauth2.
But it does not work with google-api-java-client
. I am also not able to make oauth2 work with google-api-java-client
.
I have searched the documentation and samples and have found no solution. Is it possible to do what is done in the hello_world example using the google-api-java-client
.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在 Google APP Engine 项目中使用 Blogger API 时遇到了类似的问题。附件是 Stackoverflow 问题和我能够运行的示例代码的链接。希望有帮助。
API 请求的正确形式使用 Java/App Engine 的 Blogger -错误 401
I ran into a similar problem using Blogger API in my Google APP Engine Project. Attached is the link to the Stackoverflow question and sample code I was able to get working. Hope it helps.
Proper Form of API request to Blogger using Java/App Engine -error 401