REST Resource: internalappsharingartifacts
リソース: InternalAppSharingArtifact
APK または Android App Bundle のアップロード時に、内部アプリ共有を通じて作成されるアーティファクト リソース。
JSON 表現 |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
フィールド |
downloadUrl |
string
アップロードされたアーティファクト用に生成されるダウンロード URL。ダウンロードの権限があるユーザーは、リンク先の Google Play ストア アプリからインストールできます。
|
certificateFingerprint |
string
生成されたアーティファクトの署名に使用される証明書の sha256 フィンガープリント。
|
sha256 |
string
小文字の 16 進数で表現されるアーティファクトの sha256 ハッシュ。sha256sum コマンドの出力と一致するハッシュ値です。
|
メソッド |
|
APK を内部アプリ共有にアップロードします。 |
|
App Bundle を内部アプリ共有にアップロードします。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-12-18 UTC。
[null,null,["最終更新日 2024-12-18 UTC。"],[[["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"]]