REST Resource: edits.expansionfiles
ทรัพยากร: ExpansionFile
ไฟล์เสริม ทรัพยากรสำหรับ ExpansionFilesService
การแสดง JSON |
{
"referencesVersion": integer,
"fileSize": string
} |
ช่อง |
referencesVersion |
integer
หากตั้งค่าไว้ ไฟล์สำหรับขยายของ APK นี้จะอ้างอิงไฟล์เสริมของ APK อื่น จะไม่มีการตั้งค่าฟิลด์ fileSize
|
fileSize |
string (int64 format)
หากมีการตั้งค่าไว้ ฟิลด์นี้จะระบุว่า APK นี้มีไฟล์สำหรับขยายที่อัปโหลดลงไป โดย APK นี้ไม่ได้อ้างอิงไฟล์สำหรับขยายของ APK อื่น ค่าของช่องคือขนาดของไฟล์สำหรับขยายที่อัปโหลดในหน่วยไบต์
|
เมธอด |
|
ดึงข้อมูลการกำหนดค่าไฟล์สำหรับขยายสำหรับ APK ที่ระบุ |
|
แพตช์การกำหนดค่าไฟล์สำหรับขยายของ APK เพื่ออ้างอิงไฟล์สำหรับขยายของ APK อื่น |
|
อัปเดตการกำหนดค่าไฟล์สำหรับขยายของ APK เพื่ออ้างอิงไฟล์สำหรับขยายของ APK อื่น |
|
อัปโหลดไฟล์สำหรับขยายใหม่และแนบไปกับ APK ที่ระบุ |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2024-08-22 UTC
[null,null,["อัปเดตล่าสุด 2024-08-22 UTC"],[[["An ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play."],["It allows an APK to either reference another APK's expansion file or have its own expansion file uploaded."],["Developers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs."],["The `referencesVersion` and `fileSize` fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size."]]],["Expansion files are configured with `referencesVersion` (referencing another APK's file) or `fileSize` (indicating an uploaded file's size in bytes). Key actions include: fetching an APK's expansion file configuration via `get`, modifying it to reference another file with `patch` or `update`, and uploading a new expansion file using `upload`. The JSON representation shows a file size and references version.\n"]]