Cannot log in Google Play Services when cloud save enabled
See original GitHub issueSince couple of days ago, I’m not able to log my app into the Google Play Services. I’m getting this trace in the logs:
E/Auth: [GoogleAccountDataServiceImpl] getToken() -> NETWORK_ERROR. Account: <ELLIDED:-827796636>, App: com.teenagemutantninjacoders.robotwarehouse.android.dev, Service: oauth2:https://www.googleapis.com/auth/drive.appdata https://www.googleapis.com/auth/games_lite
It looks like it’s really a Google problem, but as I’m not seeing any recent complaint on that, I was wondering if the library is simply using some deprecated API?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Fix Google Play Games sign in problems
Open your device's Settings app. · Tap Apps & notifications and then See all apps. · Scroll down and tap Google Play Games....
Read more >How to Fix Google Play Won't Let Me Sign in Error
Tap on Clear data at the bottom of the screen and select Clear cache and then Clear all data. Try signing in to...
Read more >I can't connect my game to Google Play!
Open Google Play Games app, tap the three dots at the top right corner to open the app menu and select Settings. Make...
Read more >Setting Up Google Play Games Services
Step 1. Sign in to the Google Play Console · Step 2. Add your game to the Google Play Console · Step 3....
Read more >How to - Cloud Saving on Google Play Service [Tutorial][C#]
Cloud saving on Google Play Services.This indirectly saves this on your Drive. very cool.▻ https://www.patreon.com/epitomegamesSupport us ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I think the new SnapshotClient API is intended to replace it https://developers.google.com/games/services/android/savedgames
That’s what Google’s sample app uses now https://github.com/playgameservices/android-basic-samples/tree/master/CollectAllTheStars2
Thanks! It’s working with 1.0.2