Skip to content

Commit 7b341a4

Browse files
authored
chore(integration): adjust OAuth scope for google-drive component (#1626)
Because - we need `drive.file` scope to create/update/delete data in Google Drive This commit - adjusts OAuth scope for google-drive component
1 parent 4bed7fc commit 7b341a4

File tree

1 file changed

+1
-0
lines changed
  • packages/toolkit/src/lib/integrations

1 file changed

+1
-0
lines changed

packages/toolkit/src/lib/integrations/core.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const slackScopes = [
3030

3131
const googleDriveScopes = [
3232
"https://www.googleapis.com/auth/drive.readonly",
33+
"https://www.googleapis.com/auth/drive.file",
3334
"https://www.googleapis.com/auth/userinfo.email",
3435
"https://www.googleapis.com/auth/userinfo.profile",
3536
];

0 commit comments

Comments
 (0)