Skip to content

Commit 26f2a96

Browse files
feat: Add IAM OAuth scope to appsscript.json
1 parent b7dba52 commit 26f2a96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps-script/chat/a2ui-useraction-ai-agent/appsscript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"chat": {}
2727
},
2828
"oauthScopes": [
29+
"https://www.googleapis.com/auth/iam",
2930
"https://www.googleapis.com/auth/script.external_request"
3031
]
3132
}

0 commit comments

Comments
 (0)