Google Play publishing fails with “Track names in request path and request body must match”

余生颓废 提交于 2020-05-13 22:27:48

问题


I'm using Codemagic to build and publish apks to Google Play's internal track, on March 10 it was working fine, but today I got this:

Publishing
35s



== Gathering artifacts ==

== Publishing artifacts ==

Publishing artifact app.apk
Publishing artifact app-prod-armeabi-v7a-release.apk
Publishing artifact app-prod-x86_64-release.apk
Publishing artifact app-prod-arm64-v8a-release.apk
Publishing artifact mapping.txt
Publishing app.apk, app-prod-armeabi-v7a-release.apk, app-prod-x86_64-release.apk, app-prod-arm64-v8a-release.apk to Google Play
Published app.apk to track internal
Published app-prod-armeabi-v7a-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Published app-prod-x86_64-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Published app-prod-arm64-v8a-release.apk to track internal
Publishing proguard mapping mapping.txt to Google Play
Google Play responded with: Track names in request path and request body must match.

Build failed :|


Publishing failed :|
Google Play responded with: Track names in request path and request body must match.

回答1:


unfortunately there was an internal error in Codemagic. It has been resolved for now and everything works as expected.




回答2:


I used the PlayStorePublisher tool and today I started to receive the same error. https://github.com/rocel/playstorepublisher I think Google is doing some changes to the publish API.



来源:https://stackoverflow.com/questions/60655450/google-play-publishing-fails-with-track-names-in-request-path-and-request-body

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!