Skip to content

Commit

Permalink
Update Google Auth scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oluwatemilorun committed Mar 28, 2024
1 parent de5df0d commit fbe5887
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export const Scopes = ['https://www.googleapis.com/auth/drive'];
export const Scopes = [
'https://www.googleapis.com/auth/drive.file',
'https://www.googleapis.com/auth/drive',
];

export const Inputs = {
/**
Expand Down

0 comments on commit fbe5887

Please sign in to comment.