images_upload
Upload an image file to Google Play for your app's store listing, specifying package name, edit ID, language, and image type like screenshots or icons.
Instructions
Upload a new image. file is a local filesystem path. MIME is auto-detected from extension (png/jpg).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageName | Yes | Android application package name, e.g. com.example.app | |
| editId | Yes | Edit id returned by `edits_insert` — required for all edits.* writes | |
| language | Yes | BCP-47 locale, e.g. en-US, fr-FR, zh-Hans | |
| imageType | Yes | ||
| file | Yes | Absolute path to the image file |