Downloads the hardwareIds file for a given play auto install ID.
HTTP request
POST https://androidpartner.googleapis.com/v1/playAutoInstalls:downloadHardwareIdsFile
The URL uses gRPC Transcoding syntax.
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{ "id": string } |
Fields | |
---|---|
id |
The hardwareIds file containing target hardware Ids for the configuration will be downloaded. |
Response body
If successful, the response body contains data with the following structure:
Download hardwareIds response message.
JSON representation | |
---|---|
{ "ref": string, "uploadedHardwareIdsFileName": string } |
Fields | |
---|---|
ref |
A reference returned from server, should be used in next stream download. |
uploadedHardwareIdsFileName |
Name of the uploaded hardware IDs file |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidPartner
For more information, see the OAuth 2.0 Overview.