REST Resource: internalappsharingartifacts
Restez organisé à l'aide des collections Enregistrez et classez les contenus selon vos préférences.
Ressource: InternalAppSharingArtifact
Ressource d'artefact créée lors de l'importation d'un APK ou d'un Android App Bundle via le partage interne d'application.
Représentation JSON |
{ "downloadUrl": string, "certificateFingerprint": string, "sha256": string } |
Champs |
downloadUrl | string URL de téléchargement générée pour l'artefact importé. Les utilisateurs autorisés à télécharger l'application peuvent suivre le lien vers l'application Play Store pour l'installer. |
certificateFingerprint | string Empreinte SHA256 du certificat utilisé pour signer l'artefact généré. |
sha256 | string Hachage sha256 de l'artefact représenté sous la forme d'un nombre hexadécimal minuscule, correspondant à la sortie de la commande sha256sum. |
Méthodes |
| Importe un APK en vue du partage interne d'application. |
| Importe un app bundle en vue du partage interne d'application. |
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/26 (UTC).
[[["Facile à comprendre","easyToUnderstand","thumb-up"],["J'ai pu résoudre mon problème","solvedMyProblem","thumb-up"],["Autre","otherUp","thumb-up"]],[["Il n'y a pas l'information dont j'ai besoin","missingTheInformationINeed","thumb-down"],["Trop compliqué/Trop d'étapes","tooComplicatedTooManySteps","thumb-down"],["Obsolète","outOfDate","thumb-down"],["Problème de traduction","translationIssue","thumb-down"],["Mauvais exemple/Erreur de code","samplesCodeIssue","thumb-down"],["Autre","otherDown","thumb-down"]],["Dernière mise à jour le 2025/07/26 (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"]]