Method: players.getScopedPlayerIds
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
현재 인증된 사용자의 범위가 지정된 플레이어 식별자를 검색합니다.
HTTP 요청
GET https://games.googleapis.com/games/v1/players/me/scopedIds
응답 본문
범위가 지정된 플레이어 식별자입니다.
성공할 경우 응답 본문에 다음 구조의 데이터가 포함됩니다.
JSON 표현 |
{
"gamePlayerId": string,
"developerPlayerKey": string
} |
필드 |
gamePlayerId |
string
게임 범위 플레이어 식별자입니다. 이 속성은 player.get gamePlayerId 필드에 반환되는 ID와 동일합니다.
|
developerPlayerKey |
string
특정 개발자의 모든 게임에서 플레이어의 식별자입니다. 모든 플레이어는 한 개발자의 모든 게임에서 동일한 developerPlayerKey를 갖습니다. 게임이 다른 개발자에게 이전되면 게임의 개발자 플레이어 키가 변경됩니다. gamePlayerId는 변경되지 않습니다.
|
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/games
https://www.googleapis.com/auth/games_lite
자세한 내용은 OAuth 2.0 개요를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-21(UTC)
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"필요한 정보가 없음"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"너무 복잡함/단계 수가 너무 많음"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"오래됨"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"번역 문제"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"샘플/코드 문제"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"기타"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"이해하기 쉬움"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"문제가 해결됨"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"기타"
}]
{
"lastModified": "최종 업데이트: 2024-08-21(UTC)",
"confidential": False
}