images_upload
Upload a local image to a Google Play app listing. Provide the file path, package name, locale, and image type (e.g., screenshots, icon).
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 |
|---|---|---|---|
| file | Yes | Absolute path to the image file | |
| 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 | ||
| packageName | Yes | Android application package name, e.g. com.example.app |