REST Resource: edits.deobfuscationfiles
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
DeobfuscationFileType
| 列舉 |
deobfuscationFileTypeUnspecified |
未指定去模糊化檔案類型。 |
proguard |
Proguard 去模糊處理檔案類型。 |
nativeCode |
原生偵錯符號檔類型。 |
方法 |
|
|
上傳新的去模糊化檔案,並附加至指定的 APK。 |
錯誤代碼
這項資源的作業會傳回下列 HTTP 錯誤碼:
| 錯誤代碼 |
原因 |
解析度 |
5xx |
Google Play 伺服器發生一般錯誤。 |
重試要求。
如果問題持續發生,請與 Google Play 帳戶管理員聯絡,或提交支援要求。
建議查看 Play 狀態資訊主頁,瞭解是否有已知服務中斷情形。
|
409 |
並行更新錯誤。
嘗試更新正在更新的物件。舉例來說,購買交易同時透過呼叫 Play 帳款服務程式庫的 acknowledgePurchase() 方法和 Play Developer API 的 purchases.products.acknowledge 進行確認。 |
重試要求。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2025-10-10 (世界標準時間)。
[[["容易理解","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"]],["上次更新時間:2025-10-10 (世界標準時間)。"],[],["The `DeobfuscationFile` resource represents a file used for deobfuscation, with a `symbolType` field indicating its type. Possible types, as defined by `DeobfuscationFileType`, include `proguard`, `nativeCode`, and `deobfuscationFileTypeUnspecified`. The primary action is uploading a file using the `upload` method, which attaches it to a specific APK. The file's JSON representation includes its symbol type.\n"]]