H_H
H_H

Reputation: 1610

Google Api Error: forbidden: APK is not a valid ZIP archive while upload APK to playstore via API

Today our Azure pipeline process failed to upload the APK to the Google Play Store with the following error in upload_to_play_store:

Found main APK to upload: D:/a/r1/a/Mobile App Builder/drop/apk/release/app-release-unsigned.apk 
APK is not a valid ZIP archive while upload APK to playstore via API

I am using Google Play - Release pipeline step. Version info: ms-vsclient.google-play.google-play-release.GooglePlayRelease@3

There has been no change to the codebase since the last successful update builds, There may Google has changed something in their API side.

Upvotes: 4

Views: 903

Answers (1)

Leo Liu
Leo Liu

Reputation: 76910

Google Api Error: forbidden: APK is not a valid ZIP archive while upload APK to playstore via API

This is an issue on Google's side. This issue has been fixed more than ten hours ago (as of my post answer).

At present, I could upload our APK successfully from Azure devops.

Please check if you still have this issue.

If you still have this issue, please let me know for free. Or you can re-open the ticket: Issues 16721.

Upvotes: 1

Related Questions