Downloads an Apk for a given play auto install ID.
HTTP request
POST https://androidpartner.googleapis.com/v1/playAutoInstalls:downloadApk
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "id": string } |
Fields | |
---|---|
id |
An apk belongs to the given play auto install will be downloaded. |
Response body
If successful, the response body contains data with the following structure:
Download apk response message.
JSON representation | |
---|---|
{
"ref": {
object ( |
Fields | |
---|---|
ref |
A reference returned from server, should be used in next stream download. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidPartner
For more information, see the OAuth 2.0 Overview.