CodeMagic 错误,无法发布到 google 商店

CodeMagic Error, can't publish to google store

这是我第一次 link 使用 codemagic,我正在尝试 link 我的 GitHub 去商店,然后我收到了这个错误,

Publishing failed :| Google Play failed to upload artefacts. The caller does not have permission: { "error": { "code": 403, "message": "The caller does not have permission", "status": "PERMISSION_DENIED" } }

我认为服务帐户访问您的应用程序的权限设置不正确。

我将从本教程的第 8 点开始非常注意: https://docs.codemagic.io/knowledge-base/google-play-api/

但是,我也认为有时 Google 需要一些时间才能开始,无论如何,我会重新尝试创建服务帐户并密切关注所有细节 - 确保服务帐户可以访问正确的应用程序(也可以在本地设置等中检查您的捆绑 ID)。

基于 CodeMagic 文档:

https://docs.codemagic.io/flutter-publishing/publishing-to-google-play/

第一次好像需要手动上传AAB到Google Play Store。

The very first version of the app must be added to Google Play manually. You can download the app_release.aab from the build artifacts. In addition, each uploaded binary must have a different version; see how to automatically increment build version on Codemagic.