【问题标题】:Is there any way to link Google Developer and Google Cloud Services accounts?有什么方法可以链接 Google Developer 和 Google Cloud Services 帐户?
【发布时间】:2026-01-18 11:15:01
【问题描述】:

我正在为 Google Developer 和 Google Cloud Services 使用两个不同的 Google 帐户。我有一个实时的 Android 应用程序,现在我想启用实时通知以进行货币化。有什么方法可以将我的 Google Developer 帐户链接到 Google Cloud Services 帐户,以便集成 Pub/Sub 服务?

【问题讨论】:

  • 谷歌云服务帐户是什么意思?
  • Google Developer 和 Google Cloud Services 使用不同的 Google 帐户

标签: google-cloud-platform google-play-console google-developers-console


【解决方案1】:

如果我理解正确,您可以使用 Cloud IAM 并提供所需的角色开发者帐户。所以你可以给前任。项目所有者对您的 Google 开发者帐户的权利,并且此帐户可以作为所有者控制项目。

但我认为 Pub/Sub 集成不需要项目所有者。请检查显示此类过程的this document

还可以通过Google Workspace Support 合并帐户,但我认为整合 pub/sub 不需要这样做。

【讨论】: