REST Resource: edits.expansionfiles
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: সম্প্রসারণ ফাইল
একটি সম্প্রসারণ ফাইল। ExpansionFilesService এর জন্য সম্পদ।
JSON প্রতিনিধিত্ব |
---|
{
"referencesVersion": integer,
"fileSize": string
} |
ক্ষেত্র |
---|
referencesVersion | integer সেট করা হলে, এই APK-এর সম্প্রসারণ ফাইল অন্য APK-এর সম্প্রসারণ ফাইলের উল্লেখ করে। ফাইল সাইজ ক্ষেত্র সেট করা হবে না। |
fileSize | string ( int64 format) সেট করা থাকলে, এই ক্ষেত্রটি নির্দেশ করে যে এই APK-এ একটি এক্সপেনশন ফাইল আপলোড করা হয়েছে: এই APK অন্য APK-এর সম্প্রসারণ ফাইলের উল্লেখ করে না। ক্ষেত্রের মান হল বাইটে আপলোড করা সম্প্রসারণ ফাইলের আকার। |
পদ্ধতি |
---|
| নির্দিষ্ট APK-এর জন্য এক্সপেনশন ফাইল কনফিগারেশন নিয়ে আসে। |
| অন্য APK এর সম্প্রসারণ ফাইল রেফারেন্স করতে APK এর সম্প্রসারণ ফাইল কনফিগারেশন প্যাচ. |
| অন্য APK-এর সম্প্রসারণ ফাইলের উল্লেখ করতে APK-এর সম্প্রসারণ ফাইল কনফিগারেশন আপডেট করে। |
| একটি নতুন সম্প্রসারণ ফাইল আপলোড করে এবং নির্দিষ্ট APK এর সাথে সংযুক্ত করে। |
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-07-24 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["\u003cp\u003eAn ExpansionFile resource defines the configuration for expansion files associated with an APK in Google Play.\u003c/p\u003e\n"],["\u003cp\u003eIt allows an APK to either reference another APK's expansion file or have its own expansion file uploaded.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can manage expansion files using methods like get, patch, update, and upload to retrieve, modify, or add expansion file configurations for their APKs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ereferencesVersion\u003c/code\u003e and \u003ccode\u003efileSize\u003c/code\u003e fields in the JSON representation determine if an APK references another expansion file or has its own uploaded file with the specified size.\u003c/p\u003e\n"]]],["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"],null,["# REST Resource: edits.expansionfiles\n\n- [Resource: ExpansionFile](#ExpansionFile)\n - [JSON representation](#ExpansionFile.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: ExpansionFile\n-----------------------\n\nAn expansion file. The resource for ExpansionFilesService.\n\n| JSON representation |\n|--------------------------------------------------------------|\n| ``` { \"referencesVersion\": integer, \"fileSize\": string } ``` |\n\n| Fields ||\n|---------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `referencesVersion` | `integer` If set, this APK's expansion file references another APK's expansion file. The fileSize field will not be set. |\n| `fileSize` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` If set, this field indicates that this APK has an expansion file uploaded to it: this APK does not reference another APK's expansion file. The field's value is the size of the uploaded expansion file in bytes. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| ### [get](/android-publisher/api-ref/rest/v3/edits.expansionfiles/get) | Fetches the expansion file configuration for the specified APK. |\n| ### [patch](/android-publisher/api-ref/rest/v3/edits.expansionfiles/patch) | Patches the APK's expansion file configuration to reference another APK's expansion file. |\n| ### [update](/android-publisher/api-ref/rest/v3/edits.expansionfiles/update) | Updates the APK's expansion file configuration to reference another APK's expansion file. |\n| ### [upload](/android-publisher/api-ref/rest/v3/edits.expansionfiles/upload) | Uploads a new expansion file and attaches to the specified APK. |"]]