We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android-basic-samples/CollectAllTheStars2 uses Drive.SCOPE_APPFOLDER at the same time it is deprecated!!!
Any hope to gen new sample in near future?
The text was updated successfully, but these errors were encountered:
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))
Sorry, something went wrong.
@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 ?
Games#SCOPE_GAMES_SNAPSHOTS
No branches or pull requests
android-basic-samples/CollectAllTheStars2 uses Drive.SCOPE_APPFOLDER at the same time it is deprecated!!!
Any hope to gen new sample in near future?
The text was updated successfully, but these errors were encountered: