Skip to content

Commit

Permalink
Change google drive scope
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-pratik-k committed Jan 16, 2025
1 parent 6fd0c09 commit 7753beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/lib/services/auth_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ final googleUserAccountProvider = StateProvider<GoogleSignInAccount?>((ref) {

final googleSignInProvider = Provider(
(ref) => GoogleSignIn(
scopes: [google_drive.DriveApi.driveScope],
scopes: [google_drive.DriveApi.driveFileScope],
),
);

Expand Down

0 comments on commit 7753beb

Please sign in to comment.