Method: edits.deobfuscationfiles.upload

上傳新的去模糊化檔案,並附加至指定的 APK。

HTTP 要求

  • 上傳 URI,適用於媒體上傳要求:
    POST https://androidpublisher.googleapis.com/upload/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}
  • 中繼資料 URI,適用於僅限中繼資料的要求:
    POST https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/apks/{apkVersionCode}/deobfuscationFiles/{deobfuscationFileType}

這個網址使用 gRPC 轉碼語法。

路徑參數

參數
packageName

string

Android 應用程式的專屬 ID。

editId

string

此編輯內容的專屬 ID。

apkVersionCode

integer

正在上傳去模糊化檔案的 APK 版本代碼。

deobfuscationFileType

enum (DeobfuscationFileType)

去模糊化檔案類型。

要求主體

要求主體包含 DeobfuscationFilesUploadRequestBody 的例項。

回應主體

上傳回應。

如果成功,回應主體即會包含具有以下結構的資料:

JSON 表示法
{
  "deobfuscationFile": {
    object (DeobfuscationFile)
  }
}
欄位
deobfuscationFile

object (DeobfuscationFile)

已上傳的去模糊化檔案設定。

授權範圍

需要下列 OAuth 範圍:

  • https://www.googleapis.com/auth/androidpublisher