REST Resource: internalappsharingartifacts
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
সম্পদ: অভ্যন্তরীণ অ্যাপ শেয়ারিংআর্টিফ্যাক্ট
অভ্যন্তরীণ অ্যাপ শেয়ারিংয়ের মাধ্যমে একটি APK বা Android অ্যাপ বান্ডেল আপলোড করার সময় তৈরি করা হয় এমন একটি আর্টিফ্যাক্ট রিসোর্স।
JSON প্রতিনিধিত্ব |
---|
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
ক্ষেত্র |
---|
downloadUrl | string আপলোড করা আর্টিফ্যাক্টের জন্য তৈরি করা ডাউনলোড URL। ডাউনলোড করার জন্য অনুমোদিত ব্যবহারকারীরা প্লে স্টোর অ্যাপটি ইনস্টল করতে লিঙ্কটি অনুসরণ করতে পারেন। |
certificateFingerprint | string শংসাপত্রের sha256 ফিঙ্গারপ্রিন্ট তৈরি করা আর্টিফ্যাক্টে স্বাক্ষর করতে ব্যবহৃত হয়। |
sha256 | string আর্টিফ্যাক্টের sha256 হ্যাশ একটি ছোট হাতের হেক্সাডেসিমেল সংখ্যা হিসাবে উপস্থাপন করে, যা sha256sum কমান্ডের আউটপুটের সাথে মিলে যায়। |
পদ্ধতি |
---|
| অভ্যন্তরীণ অ্যাপ শেয়ারিং-এ একটি 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\u003eThe InternalAppSharingArtifact resource is created when an APK or Android App Bundle is uploaded for internal app sharing.\u003c/p\u003e\n"],["\u003cp\u003eThis resource provides a download URL, certificate fingerprint, and SHA256 hash for the uploaded artifact.\u003c/p\u003e\n"],["\u003cp\u003eAuthorized users can install the app via the provided download URL, which redirects to the Play Store app.\u003c/p\u003e\n"],["\u003cp\u003eYou can upload APKs or Android App Bundles for internal sharing using dedicated API methods.\u003c/p\u003e\n"]]],["InternalAppSharingArtifact resources are created when uploading APKs or Android App Bundles for internal app sharing. Key details include a `downloadUrl` for authorized users to install, a `certificateFingerprint` (sha256), and the artifact's `sha256` hash. Core actions involve uploading either an APK via the `uploadapk` method or an app bundle through the `uploadbundle` method to facilitate internal sharing.\n"],null,["# REST Resource: internalappsharingartifacts\n\n- [Resource: InternalAppSharingArtifact](#InternalAppSharingArtifact)\n - [JSON representation](#InternalAppSharingArtifact.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: InternalAppSharingArtifact\n------------------------------------\n\nAn artifact resource which gets created when uploading an APK or Android App Bundle through internal app sharing.\n\n| JSON representation |\n|---------------------------------------------------------------------------------------|\n| ``` { \"downloadUrl\": string, \"certificateFingerprint\": string, \"sha256\": string } ``` |\n\n| Fields ||\n|--------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `downloadUrl` | `string` The download URL generated for the uploaded artifact. Users that are authorized to download can follow the link to the Play Store app to install it. |\n| `certificateFingerprint` | `string` The sha256 fingerprint of the certificate used to sign the generated artifact. |\n| `sha256` | `string` The sha256 hash of the artifact represented as a lowercase hexadecimal number, matching the output of the sha256sum command. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [uploadapk](/android-publisher/api-ref/rest/v3/internalappsharingartifacts/uploadapk) | Uploads an APK to internal app sharing. |\n| ### [uploadbundle](/android-publisher/api-ref/rest/v3/internalappsharingartifacts/uploadbundle) | Uploads an app bundle to internal app sharing. |"]]