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.13k
stars
341
forks
source link
400 Bad Request: Track names in request path and request body must match. #791
> A failure occurred while executing com.github.triplet.gradle.play.tasks.PromoteRelease$Promoter
> 400 Bad Request
{
"code" : 400,
"errors" : [ {
"domain" : "global",
"message" : "Track names in request path and request body must match.",
"reason" : "badRequest"
} ],
"message" : "Track names in request path and request body must match.",
"status" : "INVALID_ARGUMENT"
}
I expected the artifact to be promoted in Google Play Console. This did not work out, instead the error message provided above showed up in my local command line terminal.
Describe the bug
Promoting artifacts worked fine for several month, but a few days ago, an error message started popping up.
My build.gradle
Command I execute is:
The error message I got from this is:
Versions
Expected behavior
I expected the artifact to be promoted in Google Play Console. This did not work out, instead the error message provided above showed up in my local command line terminal.