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 上傳至內部應用程式分享功能。 |
|
|
將應用程式套件上傳至內部應用程式分享功能。 |
錯誤代碼
這項資源的作業會傳回下列 HTTP 錯誤碼:
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-01-14 (世界標準時間)。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2026-01-14 (世界標準時間)。"],[],["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"]]