Method: edits.expansionfiles.get
Получает конфигурацию файла расширения для указанного APK.
HTTP-запрос
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}
URL-адрес использует синтаксис транскодирования gRPC .
Параметры пути
Параметры |
---|
package Name | string Имя пакета приложения. |
edit Id | string Идентификатор редактирования. |
apk Version Code | integer Код версии APK, конфигурация файла расширения которого считывается или изменяется. |
expansion File Type | enum ( ExpansionFileType ) Тип файла конфигурации файла, который читается или изменяется. |
Тело запроса
Тело запроса должно быть пустым.
Тело ответа
В случае успеха тело ответа содержит экземпляр ExpansionFile
.
Области авторизации
Требуется следующая область действия OAuth:
-
https://www.googleapis.com/auth/androidpublisher
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2024-12-18 UTC.
[null,null,["Последнее обновление: 2024-12-18 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"]]