Method: accesstokens.generateRecallPlayGroupingApiToken
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リクエストで指定されたリコール セッション ID で識別された PGS ユーザーの Play Grouping API トークンを生成します。
HTTP リクエスト
POST https://games.googleapis.com/games/v1/accesstokens/generateRecallPlayGroupingApiToken
クエリ パラメータ
パラメータ |
packageName |
string
必須。トークンを生成するアプリのパッケージ名(例: com.example.mygame)。
|
persona |
string
必須。トークンに関連付けるペルソナ。ペルソナは、デベロッパーが提供するユーザーの安定した識別子です。デベロッパー独自のユーザー ID システムに従って、ユーザー アカウント ID とユーザー プロフィール ID(アプリにその概念がある場合)から確定的に生成する必要があります(たとえば、一方向ハッシュとして生成します)。
|
recallSessionId |
string
必須。サーバーが生成する不透明な文字列。PGS プレーヤー / Google ユーザーとアプリを識別するために必要なすべての情報をエンコードします。Recall を統合してセッション ID を取得する方法については、https://developer.android.com/games/pgs/recall/recall-setup をご覧ください。
|
リクエストの本文
リクエストの本文は空にする必要があります。
レスポンスの本文
accesstokens.generateRecallPlayGroupingApiToken RPC のレスポンス。
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
フィールド |
token |
object (PlayGroupingApiToken )
Play Grouping API にアクセスするためのトークン。
|
認可スコープ
次の OAuth スコープが必要です。
https://www.googleapis.com/auth/androidpublisher
詳しくは、OAuth 2.0 の概要をご覧ください。
このページのコンテンツやコードサンプルは、コンテンツ ライセンスに記載のライセンスに従います。Java および OpenJDK は Oracle および関連会社の商標または登録商標です。
最終更新日 2025-07-27 UTC。
[[["わかりやすい","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 UTC。"],[],[],null,["# Method: accesstokens.generateRecallPlayGroupingApiToken\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.GenerateRecallPlayGroupingApiTokenResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGenerates a Play Grouping API token for the PGS user identified by the Recall session ID provided in the request.\n\n### HTTP request\n\n`POST https://games.googleapis.com/games/v1/accesstokens/generateRecallPlayGroupingApiToken`\n\n### Query parameters\n\n| Parameters ||\n|-------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `packageName` | `string` Required. App package name to generate the token for (e.g. com.example.mygame). |\n| `persona` | `string` Required. Persona to associate with the token. Persona is a developer-provided stable identifier of the user. Must be deterministically generated (e.g. as a one-way hash) from the user account ID and user profile ID (if the app has the concept), according to the developer's own user identity system. |\n| `recallSessionId` | `string` Required. Opaque server-generated string that encodes all the necessary information to identify the PGS player / Google user and application. See \u003chttps://developer.android.com/games/pgs/recall/recall-setup\u003e on how to integrate with Recall and get session ID. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse for the accesstokens.generateRecallPlayGroupingApiToken RPC.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------|\n| ``` { \"token\": { object (/games/services/web/api/rest/v1/PlayGroupingApiToken) } } ``` |\n\n| Fields ||\n|---------|--------------------------------------------------------------------------------------------------------------------------------------|\n| `token` | `object (`[PlayGroupingApiToken](/games/services/web/api/rest/v1/PlayGroupingApiToken)`)` Token for accessing the Play Grouping API. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/androidpublisher`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]