Skip to content

Commit

Permalink
feat(integration): add drive.file scope into google sheet (#1649)
Browse files Browse the repository at this point in the history
Because

- add drive.file scope into google sheet

This commit

- add drive.file scope into google sheet
  • Loading branch information
EiffelFly authored Dec 11, 2024
1 parent 97d3354 commit ba388d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/toolkit/src/lib/integrations/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const googleDriveScopes = [

const googleSheetsScopes = [
"https://www.googleapis.com/auth/spreadsheets",
"https://www.googleapis.com/auth/drive.file",
"https://www.googleapis.com/auth/userinfo.email",
"https://www.googleapis.com/auth/userinfo.profile",
];
Expand Down

0 comments on commit ba388d8

Please sign in to comment.