Skip to content

Commit 585f61f

Browse files
committed
fix: additional sensitive/restricted scopes
1 parent 0be2843 commit 585f61f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/scopes.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ const SENSITIVE_SCOPES = [
140140
"https://www.googleapis.com/auth/chat.app.spaces.create",
141141
"https://www.googleapis.com/auth/chat.customemojis",
142142
"https://www.googleapis.com/auth/chat.customemojis.readonly",
143+
"https://www.googleapis.com/auth/documents",
144+
"https://www.googleapis.com/auth/documents.readonly",
143145
"https://www.googleapis.com/auth/chat.memberships",
144146
"https://www.googleapis.com/auth/chat.memberships.app",
145147
"https://www.googleapis.com/auth/chat.memberships.readonly",

0 commit comments

Comments
 (0)