google-play - 关于 Google Play 商店的服务帐号

标签 google-play google-developers-console google-play-services google-developer-tools

我在 Google Play 商店有一个应用程序,并且我有与 Google Play 相关联的服务帐户(在 Google Developer 控制台上)。我想使用 PHP 中的相关服务帐户访问 Google Play Developer API。但我没有关联的服务帐户 key (Json 文件)。

如果我错了,请纠正我,我们假设在谷歌开发者控制台创建服务帐户时下载 key json 文件。如果我丢失或没有它,我可以重新下载吗?

如果我不能重新下载它,我可以用我现有的服务帐户创建一个新的,而不影响我在 Google Play 商店上的现有系统吗?

我是新手,所以请容忍我的无知。

最佳答案

尽管可以通过 Play 管理中心创建项目和服务帐户,但实际上它只是 API Console 中的另一个项目。 .

All the docs are here .

但这里有一个快速指南:

  • 进入控制台后,转到 IAM 和管理页面
  • 在侧边菜单中选择服务帐户
  • 查找您的服务帐号
  • 行尾有一个垂直的 3 点菜单,超出选项列
  • 选择“创建私钥”。这意味着您已经拥有的任何脚本都需要新 key ,但其他一切都应该继续工作
  • 关于google-play - 关于 Google Play 商店的服务帐号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49789672/

    相关文章:

    android - 如何在Playstore上维护应用程序的多个版本?

    google-chrome-extension - 为 "googleapis.com/auth/userinfo"启用 Google API

    android - 如果没有更新 Google Play 服务,如何处理 Google API 客户端

    android - 如何测试应用内购买。谷歌播放

    android - 在 Google Play 中查找我未发布的应用

    安卓市场发起远程下载

    google-api - "message": "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console."

    google-play - Beta 版应用程序错误升级到生产环境,我可以回到 Google 开发者控制台中的公开 Beta 版吗

    android - 其他人看到我的 Google Play Dev RSA 公钥是否安全?

    android - 我的应用程序显示为开发人员在 Google Play 上针对 Wear OS 进行了增强。但我已经为 Phones 开发了它。出了什么问题?