google-api-nodejs-client icon indicating copy to clipboard operation
google-api-nodejs-client copied to clipboard

Play Games Services Server-Side API Access sample

Open teksal opened this issue 1 year ago • 1 comments

I'm trying to implement the Java example shown here with Nodejs using the client libraries. My server runs as a Cloud Run Service. I've tried several variations of the samples shown here, but they all ended up Invalid Credentials error.

Required credentials are all set up in Play Console, the Android client can login to Games Services, can get the authCode as shown here, pass that code to server, and I could not figure out how to proceed after that. I just want to verify this player on the server, calling applications.verify() method.

teksal avatar Apr 23 '24 09:04 teksal

Did you ever understand how to do this? I am running into the same issue https://github.com/playgameservices/play-games-plugin-for-unity/issues/3307

KingZee avatar Jul 15 '24 09:07 KingZee