-
Notifications
You must be signed in to change notification settings - Fork 970
New issue
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
Issues with the Saved Games API #336
Comments
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 https://developer.android.com/studio/debug/bug-report for the guid on capture and read bug reports. |
Thanks for jumping in. This is the part of the log which looks suspicious to us.
Here are the links to the bugreports for store version and the version signed with the upload certificate. Just to make sure. https://drive.google.com/file/d/1qVV95Yj_Dku-KMPfxzerubnJ9vER1rse/view?usp=sharing |
(internal issue # b/198415052) |
@imixerpro, bug reports received. You could stop share those files. At glance, |
Hmm. It depends. It is a bit complicated but the full story is: For most of our developers/testers running the debug build signed with upload certificate this is easily reproducible, however, we've never managed to do this with a version downloaded from Google Play. Our engineer managed to reproduce if for GP version recently. He says this is not easy to do:
Please, note that at some point application is still able to log in again. Usually it is less than a few hours, but we didn't try to figure out the reset period. Please, note that we can't tell for sure that the following experiments are absolutely reproducible and/or that it matters what application or build is used. When we've met this bug for the first time, using the account which didn't login for a few days led to the same response. Please, note that developer build had this issue while GP didn't. We've got 2 applications. It is possible that one of applications refuse to login to GPG while the other is able to do this at the same time. The very same device with the very same account was used. |
I've just noticed the following message in the log: We've received notification e-mail about Google Dirve API changes but it doesn't look like we can change anything on our side. Any ideas what we can actually do about this? |
@imixerpro For that you could either use |
Ok. I see. The issue is that we are using GPG C++ SDK for this which is provided by Google. Could you please, clarify if we could get an updated GPG C++ SDK or if we could get GPG C++ SDK sources so that we can fix this on our own? Unfortunately nobody answers for GPG C++ SDK bug requests for more than a year, I believe. |
when you are calling |
We do. Just to make sure we are on the same page: We've added snapshot functionality in 2020. In 2021 we've started having issues getting saved games after clean install in our office. And today I've noticed the issue with the missing Drive.SCOPE_APPFOLDER permissin. We didn't change anything significat since the snapshot functionality was released for the first time for our users. |
Hi. It seems that PGS team is going to keep C++ SDK in sync with the java SDK which is really great news for us. Any update on the schedule? I'm concerned we might get serious issues for our users due to the latest cloud API changes. |
Earlier this year we've bumped into the following issues: the built signed with the upload certificate started experiencing really long delays up to a few minutes before being logged in and getting save data from the Google cloud.
A few days ago we've bumped into the similar issues with the built downloaded from google play. Please, note that we got strange errors in the system log just before we get NOT AUTHORIZED error from GPG SDK: we see the error accessing google cloud URI which claimed something similar to "API call limit is reached".
Please, note that we are using c++ sdk which forces us to use older java SDK: c++ SDK doesn't wokr with the latest ones and support keeps silence.
Any chance you could help us to figure out what's going on and how to fix this?
The text was updated successfully, but these errors were encountered: