smile616

Results 38 comments of smile616

Would it be possible to share logcats/bug reports with us? Preferably link to a Google Drive folder but, please, don't accept access request unless it from @google.com email addresses. See...

(internal issue # b/198415052)

@imixerpro, bug reports received. You could stop share those files. At glance, `StatusCode:403 Reason:[rateLimitExceeded]` suggests that the account in use hitting the API rate limit. Could you try use a...

@imixerpro If you see `Must include Drive.SCOPE_APPFOLDER to use snapshots!.`, you definitely need to add Drive.SCOPE_APPFOLDER. For that you could either 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) or `Scope(Scopes.DRIVE_APPFOLDER)`

when you are calling `gpg::GameServices::Builder()` do you call `EnableSnapshots()` on the returned value? (See https://developers.google.com/games/services/cpp/savedgames#enabling_the_service)

In regards to the cases count, do you have the same stats but for number of affected users per day?

@JoeyRosicka, thank you for the update. >Are there any notable situations where this error occurs? Usually this code should be returned only if user lost the Internet connection while snapshot...

@JoeyRosicka We've applied some steps on the Play Service side that should mitigate the error rate. I keep the issue open for monitoring.