如何在 google-api-java-client 中使用 OAuth2?

发布于 2024-11-03 02:49:01 字数 584 浏览 5 评论 0原文

我尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情独悲 2024-11-10 02:49:01

我在 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文