Requires authorization
This method supports an /upload URI and accepts uploaded media with the following characteristics:
- Maximum file size: 1GB
- Accepted Media MIME types:
application/octet-stream
,application/vnd.android.package-archive
Request
HTTP request
POST https://www.googleapis.com/upload/androidpublisher/v2/applications/packageName/edits/editId/apks
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Required query parameters | ||
uploadType |
string |
The type of upload request to the /upload URI.
Acceptable values are:
|
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Edits.apks resource in the response body.