Players: unhide
จัดทุกอย่างให้เป็นระเบียบอยู่เสมอด้วยคอลเล็กชัน
บันทึกและจัดหมวดหมู่เนื้อหาตามค่ากำหนดของคุณ
ต้องมีการให้สิทธิ์
เลิกซ่อนคะแนนลีดเดอร์บอร์ดของผู้เล่นจากแอปพลิเคชันที่ระบุ วิธีนี้ใช้ได้เฉพาะกับบัญชีผู้ใช้สำหรับ Play Console ของคุณ และอาจใช้เวลาถึง 1 วันจึงจะมีผล
ส่งคำขอ
คำขอ HTTP
DELETE https://www.googleapis.com/games/v1management/applications/applicationId/players/hidden/playerId
พารามิเตอร์
ชื่อพารามิเตอร์ |
ค่า |
คำอธิบาย |
พารามิเตอร์เส้นทาง |
applicationId |
string |
รหัสแอปพลิเคชันจาก Google Play Console
|
playerId |
string |
รหัสผู้เล่น ระบบอาจใช้ค่า me แทนรหัสของโปรแกรมเล่นที่ตรวจสอบสิทธิ์แล้ว
|
การให้สิทธิ์
คำขอนี้ต้องได้รับการให้สิทธิ์ตามขอบเขตต่อไปนี้ (อ่านเพิ่มเติมเกี่ยวกับการตรวจสอบสิทธิ์และการให้สิทธิ์)
ขอบเขต |
https://www.googleapis.com/auth/games |
เนื้อหาของคำขอ
โปรดอย่าให้เนื้อหาคำขอตามวิธีนี้
คำตอบ
หากสำเร็จ เมธอดนี้จะแสดงเนื้อหาการตอบกลับที่ว่างเปล่า
ตัวอย่างเนื้อหาและโค้ดในหน้าเว็บนี้ขึ้นอยู่กับใบอนุญาตที่อธิบายไว้ในใบอนุญาตการใช้เนื้อหา Java และ OpenJDK เป็นเครื่องหมายการค้าหรือเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-27 UTC
[null,null,["อัปเดตล่าสุด 2025-07-27 UTC"],[],[],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."]]