Google Play 发布失败 "Track names in request path and request body must match"
Google Play publishing fails with "Track names in request path and request body must match"
我正在使用 Codemagic 构建 apk 并将其发布到 Google Play 的内部轨道,3 月 10 日它运行良好,但今天我得到了这个:
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.
不幸的是,Codemagic 出现内部错误。目前已经解决,一切正常。
我使用了 PlayStorePublisher 工具,今天我开始收到同样的错误。
https://github.com/rocel/playstorepublisher
我认为 Google 正在对发布 API.
进行一些更改
我正在使用 Codemagic 构建 apk 并将其发布到 Google Play 的内部轨道,3 月 10 日它运行良好,但今天我得到了这个:
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.
不幸的是,Codemagic 出现内部错误。目前已经解决,一切正常。
我使用了 PlayStorePublisher 工具,今天我开始收到同样的错误。 https://github.com/rocel/playstorepublisher 我认为 Google 正在对发布 API.
进行一些更改