Skip to content

Commit da04611

Browse files
authored
Update appsscript.json
Add scope required to get user's email
1 parent e1bfbea commit da04611

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gmail-sentiment-analysis/appsscript.json

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"https://www.googleapis.com/auth/script.external_request",
55
"https://www.googleapis.com/auth/cloud-platform",
66
"https://www.googleapis.com/auth/script.locale",
7+
"https://www.googleapis.com/auth/userinfo.email",
78
"https://www.googleapis.com/auth/gmail.addons.execute",
89
"https://www.googleapis.com/auth/gmail.labels",
910
"https://www.googleapis.com/auth/gmail.modify"

0 commit comments

Comments
 (0)