playgameservices / android-basic-samples

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

Android Saved Game State #259

Closed brianasu closed 6 years ago

brianasu commented 7 years ago

In the android-samples SavedGame I noticed the GoogleAPIClient does not addAPI(Drive.API) is that required?

This is relevant to me because I'm having an issue where it is asking me a Age and "Share Google+ profile" permission is requested if I addApi(Drive.API)

mwgray commented 6 years ago

The latest samples have deprecated the save SavedGame, you can look to the CollectAllTheStars sample for snapshots usage.

In the latest API, you want to use the scopes system to add the Drive.SCOPE_APPFOLDER when signing in. You can look at the docs for more information.