Closed williamliangwl closed 1 month ago
for some reason, without doing anything, the addScope
now works properly
anyone know if there's a status page of Google SignIn related? or any community related to it?
Hello and thanks for reporting, unfortunately there's not much I can do about intermittent issues caused by remote apis. Unfortunately I'm not aware of a status page other than https://status.cloud.google.com/. Thank you 🙂
I have searched open and closed issues for this issue.
This is not a bug report for
DEVELOPER_ERROR
Minimal reproducible example
-
What platform(s) does this occur on?
Android
Summary
We were using combination of 2 libraries to have the feature of uploading file to Google Drive:
What we did was:
configure
without the Google Drive scope, because in other part of our app, the intention of our user is purely just for sign in, so it would be weird to ask for Google Drive access on that partsignInSilently
, if it fails, callsignIn
addScopes
getTokens
to get the access tokenWe were using version
10.0.1
up until 2 weeks ago, we upgraded to version12.2.1
. Starting from last Friday, several Android users are complaining that they are unable to upload and read file from GDrive. Upon checking, we detected that somehow theaddScopes
doesn't give any error, but when we log its return, which is the Google user, doesn't have the added scopesDue to the missing scopes, the query to Google Drive API is rejected with code 403.
However, this issue is not happening to all users, only to several devices, but we are not able to detect the pattern. The impacted users are varied by OS version, Google Play Services, and device model.
We have tried the followings but still encountered the issue:
10.0.1
, now encounter the errorWhat we have tried and solved the issue, but not ideally:
configure
. This is not ideal due to the reason aboveJust wondering if there's any clue from your perspective to properly fix the issue
Your computer environment