Method: edits.expansionfiles.patch
অন্য APK এর সম্প্রসারণ ফাইল রেফারেন্স করতে APK এর সম্প্রসারণ ফাইল কনফিগারেশন প্যাচ. একটি নতুন সম্প্রসারণ ফাইল যোগ করতে expansionfiles.upload পদ্ধতি ব্যবহার করুন।
HTTP অনুরোধ
PATCH 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
এর একটি উদাহরণ রয়েছে।
প্রতিক্রিয়া শরীর
সফল হলে, প্রতিক্রিয়া বডিতে ExpansionFile
এর একটি উদাহরণ থাকে।
অনুমোদনের সুযোগ
নিম্নলিখিত OAuth সুযোগ প্রয়োজন:
-
https://www.googleapis.com/auth/androidpublisher
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2024-12-18 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2024-12-18 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["Patches an APK's expansion file configuration to reference another APK's expansion file, allowing you to link expansion files between APKs."],["Utilizes an HTTP PATCH request with specific path parameters to identify the target application, edit, APK version, and expansion file type."],["Requires an ExpansionFile object in the request body to specify the configuration details and returns the updated ExpansionFile in the response."],["To add a new expansion file instead of patching an existing one, you should use the expansionfiles.upload method."],["Needs authorization with the `https://www.googleapis.com/auth/androidpublisher` scope for access."]]],["This API allows patching an APK's expansion file configuration to point to another APK's expansion file. The HTTP request uses `PATCH` to update at a specific URL with path parameters: `packageName`, `editId`, `apkVersionCode`, and `expansionFileType`. The request and response bodies use the `ExpansionFile` format. The process needs authorization with the `https://www.googleapis.com/auth/androidpublisher` OAuth scope. New expansion files must be added via the `expansionfiles.upload` method.\n"]]