REST Resource: internalappsharingartifacts
Zasób: InternalAppSharingArtifact
Zasób artefaktu, który jest tworzony podczas przesyłania pliku APK lub pakietu Android App Bundle za pomocą wewnętrznego udostępniania aplikacji.
Zapis JSON |
{
"downloadUrl": string,
"certificateFingerprint": string,
"sha256": string
} |
Pola |
downloadUrl |
string
Adres URL pobierania wygenerowany dla przesłanego artefaktu. Użytkownicy, którzy mają uprawnienia do pobrania, mogą zainstalować aplikację, klikając link do niej w aplikacji Sklep Play.
|
certificateFingerprint |
string
Odcisk cyfrowy SHA256 certyfikatu użytego do podpisania wygenerowanego artefaktu.
|
sha256 |
string
Identyfikator SHA-256 artefaktu reprezentowany jako mała liczba szesnastkowa, zgodny z wynikiem polecenia sha256sum.
|
Metody |
|
Przesyła plik APK do wewnętrznego udostępniania aplikacji. |
|
Przesyła pakiet aplikacji do wewnętrznego udostępniania aplikacji. |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-12-17 UTC.
[null,null,["Ostatnia aktualizacja: 2024-12-17 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"]]