This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 283
Support for Android App Bundle #52
Comments
When I try to upload a .aab file I get this error.
|
You can try https://github.com/rakeshgirase/app-release-manager. This is a java project but on similar lines you can do a python one. |
@rakeshgirase managed to get this done by editing the upload call to include mime type: + service.edits().bundles().upload(
editId=edit_id,
packageName=package_name,
media_body=apk_file,
+ media_mime_type="application/octet-stream"
).execute() |
Any updates on this? |
@redixhumayun you can use this library |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add example for uploading aab file to playstore.
The text was updated successfully, but these errors were encountered: