We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bed7fc commit 7b341a4Copy full SHA for 7b341a4
packages/toolkit/src/lib/integrations/core.ts
@@ -30,6 +30,7 @@ const slackScopes = [
30
31
const googleDriveScopes = [
32
"https://www.googleapis.com/auth/drive.readonly",
33
+ "https://www.googleapis.com/auth/drive.file",
34
"https://www.googleapis.com/auth/userinfo.email",
35
"https://www.googleapis.com/auth/userinfo.profile",
36
];
0 commit comments