REST Resource: internalappsharingartifacts
资源:InternalAppSharingArtifact
通过内部应用分享功能上传 APK 或 Android App Bundle 时创建的制品资源。
JSON 表示法 |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
字段 |
downloadUrl |
string
为上传的制品生成的下载网址。有权下载的用户可以点击 Play 商店应用链接进行安装。
|
certificateFingerprint |
string
用于对所生成工件进行签名的证书的 SHA256 指纹。
|
sha256 |
string
工件的 SHA256 哈希值,以小写十六进制数值表示,与 sha256sum 命令的输出一致。
|
方法 |
|
上传 APK 以进行内部应用分享。 |
|
上传 app bundle 以进行内部应用分享。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-18。
[null,null,["最后更新时间 (UTC):2024-12-18。"],[[["The InternalAppSharingArtifact resource is created when an APK or Android App Bundle is uploaded for internal app sharing."],["This resource provides a download URL, certificate fingerprint, and SHA256 hash for the uploaded artifact."],["Authorized users can install the app via the provided download URL, which redirects to the Play Store app."],["You can upload APKs or Android App Bundles for internal sharing using dedicated API methods."]]],["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"]]