REST Resource: internalappsharingartifacts
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Tài nguyên: InternalAppSharedArtifact
Tài nguyên cấu phần phần mềm được tạo khi tải tệp APK hoặc Android App Bundle lên thông qua tính năng chia sẻ ứng dụng nội bộ.
Biểu diễn dưới dạng JSON |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
Trường |
downloadUrl |
string
URL tải xuống được tạo cho cấu phần phần mềm đã tải lên. Người dùng được phép tải xuống có thể truy cập đường liên kết đến ứng dụng Cửa hàng Play để cài đặt ứng dụng.
|
certificateFingerprint |
string
Vân tay số sha256 của chứng chỉ dùng để ký cấu phần phần mềm được tạo.
|
sha256 |
string
Hàm băm sha256 của cấu phần phần mềm được biểu thị dưới dạng số thập lục phân viết thường, khớp với kết quả của lệnh sha256sum.
|
Phương thức |
|
Tải một APK lên tính năng chia sẻ ứng dụng nội bộ. |
|
Tải gói ứng dụng lên tính năng chia sẻ ứng dụng nội bộ. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-26 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]