We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35471f9 commit f554570Copy full SHA for f554570
1 file changed
lib/core/services/auth_service.dart
@@ -287,7 +287,7 @@ class AuthService {
287
try {
288
await _ensureGoogleInitialized();
289
final authz = await _googleSignIn.authorizationClient.authorizeScopes(
290
- ['https://www.googleapis.com/auth/forms.body'],
+ ['https://www.googleapis.com/auth/drive.file'],
291
);
292
return authz != null;
293
} catch (e) {
@@ -300,7 +300,7 @@ class AuthService {
300
301
302
final authz = await _googleSignIn.authorizationClient.authorizationForScopes(
303
304
305
return authz?.accessToken;
306
0 commit comments