LoginSignup
2
1

More than 5 years have passed since last update.

Google Play Developer Publishing APIで 「403 cannotUpdateApksOnTrackWithDraftRelease」となった場合の対応

Posted at

エラーreasonの「cannotUpdateApksOnTrackWithDraftRelease」で検索しても1件もヒットしなかったので記載します。

状況

Google Play Developer Publishing APIを実行した際に下記エラーレスポンスで失敗した。

  {
    "code" : 403,
    "errors" : [ {
      "domain" : "androidpublisher",
      "message" : "Cannot update the APK configuration of the track when the track has a draft release. Please use UI to rollout or discard the draft release.",
      "reason" : "cannotUpdateApksOnTrackWithDraftRelease"
    } ],
    "message" : "Cannot update the APK configuration of the track when the track has a draft release. Please use UI to rollout or discard the draft release."
  }

解決策

Google Play Consoleからアプリの下書きを削除すればOKです。

  1. Google Play Consoleから対象のアプリを選択
  2. メニューから「リリース管理」の「アプリのリリース」を選択
  3. 下書きが残っている場合「リリースを編集」ボタンが表示されるので、編集画面から削除する スクリーンショット 2017-07-01 21.38.08.png

以上です:ok_hand:

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1