Creates an upload session to start uploading apk data. The resource name of the returned ApkDataRef is used in creating play auto install.
HTTP request
POST https://androidpartner.googleapis.com/v1/compatibility/report:startUploadReport
The URL uses gRPC Transcoding syntax.
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Start uploading report response message.
JSON representation | |
---|---|
{
"ref": {
object ( |
Fields | |
---|---|
ref |
A reference returned from server, should be used in next stream upload. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidPartner
For more information, see the OAuth 2.0 Overview.