adds missing scope

This commit is contained in:
msramalho
2025-03-17 12:23:48 +00:00
parent dfd773b835
commit 748da4fa48

View File

@@ -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" },
}, },