AI-generated Key Takeaways
-
This API downloads a single signed APK generated from an app bundle.
-
The API request uses a GET method with specific path parameters including package name, version code, and download ID.
-
The request and response bodies for this API call are empty.
-
Authorization requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Downloads a single signed APK generated from an app bundle.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/generatedApks/{versionCode}/downloads/{downloadId}:download
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
versionCode |
Version code of the app bundle. |
downloadId |
generatedapks.download ID, which uniquely identifies the APK to download. Can be obtained from the response of |
Request body
The request body must be empty.
Response body
If successful, the response body is empty.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher