Php 为谷歌游戏服务谷歌客户端添加范围

Php 为谷歌游戏服务谷歌客户端添加范围,php,google-play-services,Php,Google Play Services,我正在跟随来自的文本 这里提到 Set the scopes required for the API you are going to call $client->addScope(Google_Service_Drive::DRIVE); 我想访问谷歌游戏Api 如何添加范围和访问api?中所示的Google Play游戏的范围是 您可以在中看到PHP实现 阅读更多信息。我正在实施it服务器端,范围不变,请阅读 "https://www.googleapis.com/auth

我正在跟随来自的文本

这里提到

Set the scopes required for the API you are going to call

$client->addScope(Google_Service_Drive::DRIVE);
我想访问谷歌游戏Api


如何添加范围和访问api?

中所示的Google Play游戏的范围是

您可以在中看到PHP实现



阅读更多信息。

我正在实施it服务器端,范围不变,请阅读
 "https://www.googleapis.com/auth/games"
 <meta name="google-signin-scope" content="https://www.googleapis.com/auth/games" />