From 62173da3437ba0c279e8389bb1b779acfd708529 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Thu, 20 Feb 2025 21:36:46 -0800 Subject: [PATCH] Update scope on Google.ListDocuments (#264) Updating the scope on this unreleased tool to be more granular. --- toolkits/google/arcade_google/tools/drive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkits/google/arcade_google/tools/drive.py b/toolkits/google/arcade_google/tools/drive.py index bd02f6cd..1edc65a5 100644 --- a/toolkits/google/arcade_google/tools/drive.py +++ b/toolkits/google/arcade_google/tools/drive.py @@ -14,7 +14,7 @@ from .models import Corpora, OrderBy # string as input with the syntax defined here: https://developers.google.com/drive/api/guides/search-files @tool( requires_auth=Google( - scopes=["https://www.googleapis.com/auth/drive.readonly"], + scopes=["https://www.googleapis.com/auth/drive.file"], ) ) async def list_documents(