From 748da4fa482b7eaf2756075dc45d7976e79f4ee6 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:23:48 +0000 Subject: [PATCH] adds missing scope --- src/components/FirebaseLogin.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/FirebaseLogin.vue b/src/components/FirebaseLogin.vue index fa9b7a9..9164715 100644 --- a/src/components/FirebaseLogin.vue +++ b/src/components/FirebaseLogin.vue @@ -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" }, },