android-basic-samples icon indicating copy to clipboard operation
android-basic-samples copied to clipboard

Drive.SCOPE_APPFOLDER deprecated!!!

Open raichy opened this issue 3 years ago • 2 comments

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 avatar Jun 18 '21 11:06 raichy

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))

raichy avatar Jun 18 '21 11:06 raichy

@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 ?

smile616 avatar Sep 06 '21 12:09 smile616