Method: edits.expansionfiles.get
پیکربندی فایل بسط را برای APK مشخص شده واکشی می کند.
درخواست HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
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 Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-12-18 بهوقت ساعت هماهنگ جهانی."],[[["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"]]