playgameservices / android-basic-samples

Google Play game services - Android samples
Apache License 2.0
970 stars 972 forks source link

Saved Games throwing 404 for ALL newly created apps [Severe] #289

Open voxelbustersold opened 5 years ago

voxelbustersold commented 5 years ago

Component used: Saved Games Version used: 16.0.1 Devices/Android versions reproduced on: All

If this is a bug in the library, we would appreciate if you could attach:

When saved games is enabled in Google Play Services, it's throwing the below error leading to sign in failure.

BasicNetwork.performRequest: Unexpected response code 404 for https://www.googleapis.com/drive/v2beta/apps/self?prettyPrint=false&fields=id
02-08 20:39:19.423 15985-18876/? W/NetworkResponseErrorDec: StatusCode:404 Reason:[notFound] Location:[app]

@claywilkinson

voxelbustersold commented 5 years ago

Any updates on this?