mirror of
https://github.com/bellingcat/auto-archiver-setup-tool.git
synced 2026-06-08 03:28:37 +03:00
adds missing scope
This commit is contained in:
@@ -25,7 +25,9 @@ export default {
|
|||||||
scopes: [
|
scopes: [
|
||||||
"https://www.googleapis.com/auth/drive.file",
|
"https://www.googleapis.com/auth/drive.file",
|
||||||
"https://www.googleapis.com/auth/userinfo.profile",
|
"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" },
|
customParameters: { prompt: "select_account" },
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user