mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-07 19:18:36 +03:00
adds missing scope
This commit is contained in:
@@ -25,7 +25,9 @@ export default {
|
||||
scopes: [
|
||||
"https://www.googleapis.com/auth/drive.file",
|
||||
"https://www.googleapis.com/auth/userinfo.profile",
|
||||
"https://www.googleapis.com/auth/userinfo.email"
|
||||
"https://www.googleapis.com/auth/userinfo.email",
|
||||
"https://www.googleapis.com/auth/spreadsheets"
|
||||
|
||||
],
|
||||
customParameters: { prompt: "select_account" },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user