apks_upload
Upload an APK file to Google Play using the package name, edit ID, and absolute file path. For Android App Bundles, use bundles_upload instead.
Instructions
Upload a new APK. Prefer AAB via bundles_upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | Absolute path to the .apk file | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| packageName | Yes | Android application package name, e.g. com.example.app |