是否可以通过 API 以编程方式管理 Google Play 控制台电子邮件列表?

Noe*_*oel 7 google-api google-api-python-client google-play-developer-api google-play-console

Google Play 管理中心中的 Google Play 电子邮件列表管理区域允许管理员输入逗号分隔的电子邮件地址或上传 CSV。Google Play Console 提供了一个 httpPOSThttps://play.google.com/apps/publish/testersemaillist?account={account}

在此输入图像描述

是否可以通过 API 管理这些列表?上面的似乎不适合非谷歌使用。

我看到有一个 Google Play 开发者 API,但我没有看到任何看起来允许管理电子邮件列表的内容。 是我发现的最接近的东西,它允许更新与测试跟踪相关的 Google 网上论坛或 Google+ 社区,但不能更新电子邮件列表。

以下是将 Beta 测试人员添加到 Test Flight 的文档:

  1. https://developer.apple.com/documentation/appstoreconnectapi/create_a_beta_tester

  2. https://developer.apple.com/documentation/appstoreconnectapi/add_beta_testers_to_a_beta_group

And*_*ard 0

查看 Google Play Console API,虽然编辑用户似乎是可能的,但不支持用户列表:

https://developers.google.com/android-publisher/api-ref/rest/v3/edits.testers

Resource: Testers
The testers of an app. The resource for TestersService. Note: while it is possible in the Play Console UI to add testers via email lists, email lists are not supported by this resource.
Run Code Online (Sandbox Code Playgroud)