From 0c4261bb2eac30666dd99d975c74b8a38d428ead Mon Sep 17 00:00:00 2001 From: pogoba <38314551+pogoba@users.noreply.github.com> Date: Fri, 24 Apr 2026 19:08:02 +0200 Subject: [PATCH] Add drive.readonly scope to credentials `extrasuite docs pull` tries to fetch document comments which is prohibited without drive.readonly permissions --- client/src/extrasuite/client/credentials.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/extrasuite/client/credentials.py b/client/src/extrasuite/client/credentials.py index 3c2cfc8..8304008 100644 --- a/client/src/extrasuite/client/credentials.py +++ b/client/src/extrasuite/client/credentials.py @@ -57,6 +57,7 @@ "https://www.googleapis.com/auth/documents", "https://www.googleapis.com/auth/presentations", "https://www.googleapis.com/auth/drive.file", + "https://www.googleapis.com/auth/drive.readonly", "https://www.googleapis.com/auth/forms.body", "openid", "email",