Players: unhide
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
需要授權
從特定應用程式取消隱藏指定玩家的排行榜分數。這個方法僅適用於 Play 管理中心的使用者帳戶,最多可能需要一天才會生效。
要求
HTTP 要求
DELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId
參數
參數名稱 |
值 |
說明 |
路徑參數 |
applicationId |
string |
Google Play 管理中心的應用程式 ID。
|
playerId |
string |
玩家 ID。您可以使用 me 值取代已驗證玩家的 ID。
|
授權
此要求需要獲得下列範圍的授權 (進一步瞭解驗證和授權)。
範圍 |
https://www.googleapis.com/auth/games |
要求主體
請勿使用這個方法提供請求主體。
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2025-07-27 (世界標準時間)。
[[["容易理解","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-07-27 (世界標準時間)。"],[],[],null,["# Players: unhide\n\n**Requires [authorization](#auth)**\n\nUnhide the given player's leaderboard scores from the given application. This method is only available to user accounts for your Play Console and may take up to a day to take effect.\n\nRequest\n-------\n\n### HTTP request\n\n```\nDELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId\n```\n\n### Parameters\n\n| Parameter name | Value | Description |\n|-----------------|----------|-------------------------------------------------------------------------------------|\n| **Path parameters** |||\n| `applicationId` | `string` | The application ID from the Google Play Console. |\n| `playerId` | `string` | A player ID. A value of `me` may be used in place of the authenticated player's ID. |\n\n### Authorization\n\nThis request requires authorization with the following scope ([read more about authentication and authorization](/accounts/docs/OAuth2)).\n\n| Scope |\n|-----------------------------------------|\n| `https://www.googleapis.com/auth/games` |\n\n### Request body\n\nDo not supply a request body with this method.\n\nResponse\n--------\n\nIf successful, this method returns an empty response body."]]