Method: edits.expansionfiles.get
ดึงข้อมูลการกําหนดค่าไฟล์สําหรับขยายของ APK ที่ระบุ
คำขอ HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/expansionFiles/{expansionFileType}
URL ใช้ไวยากรณ์การแปลง gRPC
พารามิเตอร์เส้นทาง
พารามิเตอร์ |
packageName |
string
ชื่อแพ็กเกจของแอป
|
editId |
string
ตัวระบุของการแก้ไข
|
apkVersionCode |
integer
รหัสเวอร์ชันของ APK ที่กำลังอ่านหรือแก้ไขการกำหนดค่าไฟล์สำหรับขยาย
|
expansionFileType |
enum (ExpansionFileType )
ประเภทไฟล์ของการกำหนดค่าไฟล์ที่อ่านหรือแก้ไข
|
เนื้อหาของคำขอ
เนื้อหาของคำขอต้องว่างเปล่า
เนื้อหาการตอบกลับ
หากทำสำเร็จ เนื้อหาการตอบกลับจะมีอินสแตนซ์ ExpansionFile
ขอบเขตการให้สิทธิ์
ต้องใช้ขอบเขต OAuth ต่อไปนี้
https://www.googleapis.com/auth/androidpublisher
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-12-17 UTC
[null,null,["อัปเดตล่าสุด 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"]]