Google Android is making some strange updates to the API/SDK related to Play Services. They have deprecated the Drive.SCOPE_APPFOLDER
option and advice developers to stop using it.
See the docs here: https://developers.google.com/drive/android/deprecation
At the same time, their most recent examples (updated 20 days ago) on how to implement Play Services Saved Games use this scope and do not offer an alternative to using it.
What we as developers using the Play Services Saved Games API should do to replace this scope?
And what the heck is happening with the Google Play Services ecosystem in recent years?
Things that just work are changed to confuse, not work, or be more complicated than previous versions (i.e. the new Saved Games API).