Triple-T / gradle-play-publisher

GPP is Android's unofficial release automation Gradle Plugin. It can do anything from building, uploading, and then promoting your App Bundle or APK to publishing app listings and other metadata.
MIT License
4.1k stars 339 forks source link

You cannot rollout this release because it does not allow any existing users to upgrade to the newly added APKs #1060

Closed khayargoli closed 2 years ago

khayargoli commented 2 years ago
A failure occurred while executing com.github.triplet.gradle.play.tasks.CommitEdit$Committer
[12:19:51]   > 403 Forbidden
[12:19:51]     {
[12:19:51]       "code" : 403,
[12:19:51]       "errors" : [ {
[12:19:51]         "domain" : "global",
[12:19:51]         "message" : "You cannot rollout this release because it does not allow any existing users to upgrade to the newly added APKs.",
[12:19:51]         "reason" : "forbidden"
[12:19:51]       } ],
[12:19:51]       "message" : "You cannot rollout this release because it does not allow any existing users to upgrade to the newly added APKs.",
[12:19:51]       "status" : "PERMISSION_DENIED"
[12:19:51]     }
[12:19:51]
[12:19:51]* Try:
[12:19:51]Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

What could be the problem?

SUPERCILEX commented 2 years ago

You probably messed up the version code or some other manifest value.