playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
971 stars 973 forks source link

Players:Get return 500 error #255

Closed bensoncho closed 6 years ago

bensoncho commented 7 years ago

I used APIs Explorer. Url is https://developers.google.com/games/services/web/api/players/get?hl=zh-TW And request parameters:playerId => me Then I got response: { "error": { "code": 500, "message": null } } api url: https://www.googleapis.com/games/v1/players/me?key={YOUR_API_KEY} Now why I can't get player id ? thanks

mwgray commented 6 years ago

Was not able to reproduce. Closing.