Method: edits.expansionfiles.get
Fetches the expansion file configuration for the specified APK.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
packageName |
string
Package name of the app.
|
editId |
string
Identifier of the edit.
|
apkVersionCode |
integer
The version code of the APK whose expansion file configuration is being read or modified.
|
expansionFileType |
enum (ExpansionFileType )
The file type of the file configuration which is being read or modified.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ExpansionFile
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-17 UTC.
[null,null,["Last updated 2024-12-17 UTC."],[[["Fetches the expansion file configuration for a specific APK within a given app edit."],["Requires providing package name, edit ID, APK version code, and expansion file type as path parameters."],["Uses an empty request body and returns an `ExpansionFile` object in the response if successful."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document outlines the process of retrieving expansion file configurations for an Android application's APK. It uses a `GET` request to a specific URL incorporating `packageName`, `editId`, `apkVersionCode`, and `expansionFileType` as path parameters. The request body must be empty. A successful response returns an `ExpansionFile` object. Authorization requires the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. The URL provided is structured based on gRPC Transcoding syntax.\n"]]