如何在Android应用中访问Google Developer API [英] How to access google developer api in android app

本文介绍了如何在Android应用中访问Google Developer API的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试开发一个需要使用开发者电子邮件访问Google Developer API的应用程序.我已经阅读了官方文档.我不太了解.我按照以下说明创建了客户端ID. https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/androidpublisher&response_type=code&access_type=offline&redirect_uri=...&client_id= ...".我有客户端ID,但在Android情况下,我不知道重定向URI的值application.objective是我需要从开发人员凭据中获得对该应用程序的所有评论.请任何人帮助.谢谢

I am trying to develop an app which needs to access google developer API by using developer email.I have gone through official documentation.I don't understand much.I created client id by following this instructions.https://developers.google.com/android-publisher/authorization But for generating token they mentioned to call this API "https://accounts.google.com/o/oauth2/auth?scope=https://www.googleapis.com/auth/androidpublisher&response_type=code&access_type=offline&redirect_uri=...&client_id=...".I have client id but I don't know the value for redirect URI in case of android application.objective is I need to get all reviews of the app from developer credentials.Pls anyone help.Thanks in advance

推荐答案

如果您不知道自己在做什么,则可能会发现查看

If you don't know what you are doing, you might find it useful to look at the code samples

这篇关于如何在Android应用中访问Google Developer API的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆