Gets uploaded data as a base64 string. For example, GTS screenshot images can be retrieved by Report.screenshot_upload_id
HTTP request
GET https://androidpartner.googleapis.com/v1/compatibility/companies/{companyId}/uploads/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
companyId |
the company id associated with that item |
id |
The uuid of the uploaded metadata item. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Base64Response
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidPartner
For more information, see the OAuth 2.0 Overview.