AI-generated Key Takeaways
-
Downloads a single signed APK generated from an app bundle using a provided download ID.
-
Requires the package name, version code, and download ID to retrieve the APK.
-
Utilizes an HTTP GET request with an empty request body.
-
Requires authorization with the
https://www.googleapis.com/auth/androidpublisher
scope. -
Upon successful execution, the response body is empty and the APK is downloaded.
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