playgameservices / android-basic-samples

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

Drive.SCOPE_APPFOLDER deprecated!!! #322

Open raichy opened 3 years ago

raichy commented 3 years ago

android-basic-samples/CollectAllTheStars2 uses Drive.SCOPE_APPFOLDER at the same time it is deprecated!!!

Any hope to gen new sample in near future?

raichy commented 3 years ago

found a temporal solution https://stackoverflow.com/questions/60543379/google-play-games-saved-games-deprecated/62321726#62321726

I replaced with .requestScopes(new Scope(Scopes.DRIVE_APPFOLDER))

smile616 commented 2 years ago

@raichy could you try use Games#SCOPE_GAMES_SNAPSHOTS (see https://developers.google.com/android/reference/com/google/android/gms/games/Games#public-static-final-scope-scope_games_snapshots) instead Scopes.DRIVE_APPFOLDER ?