REST Resource: internalappsharingartifacts
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ทรัพยากร: InternalAppSharingArtifact
ทรัพยากรอาร์ติแฟกต์ที่สร้างขึ้นเมื่ออัปโหลด APK หรือ Android App Bundle ผ่านการแชร์แอปภายใน
การแสดง JSON |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
ช่อง |
downloadUrl |
string
URL การดาวน์โหลดที่สร้างขึ้นสำหรับอาร์ติแฟกต์ที่อัปโหลด ผู้ใช้ที่ได้รับอนุญาตให้ดาวน์โหลดสามารถคลิกลิงก์เพื่อไปยังแอป Play Store เพื่อติดตั้งได้
|
certificateFingerprint |
string
ลายนิ้วมือ SHA256 ของใบรับรองที่ใช้เพื่อลงนามอาร์ติแฟกต์ที่สร้างขึ้น
|
sha256 |
string
แฮช SHA256 ของอาร์ติแฟกต์จะแสดงเป็นเลขฐานสิบหกตัวพิมพ์เล็กที่ตรงกับเอาต์พุตของคำสั่ง sha256sum
|
เมธอด |
|
อัปโหลด APK ไปยังการแชร์แอปภายใน |
|
อัปโหลด App Bundle ไปยังการแชร์แอปภายใน |
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-26 UTC
[null,null,["อัปเดตล่าสุด 2025-07-26 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. |"]]