You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To facilitate user backups, we have integrated Google Drive and Google SignIn, allowing users to save their encrypted backup files to the cloud.
The authentication process relies on the google_sign_in package maintained by the Flutter team.
Unfortunately, when using this package for authentication, too many permissions are requested from the user—such as their name, email address, and profile picture—even though we only request the Drive API scope.
We do not process this additional information and are looking for a solution to exclude it from the Google SignIn authentication process.
The text was updated successfully, but these errors were encountered:
To facilitate user backups, we have integrated Google Drive and Google SignIn, allowing users to save their encrypted backup files to the cloud.
The authentication process relies on the google_sign_in package maintained by the Flutter team.
Unfortunately, when using this package for authentication, too many permissions are requested from the user—such as their name, email address, and profile picture—even though we only request the Drive API scope.
We do not process this additional information and are looking for a solution to exclude it from the Google SignIn authentication process.
The text was updated successfully, but these errors were encountered: