You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by cg...@apache.org on 2022/10/21 21:08:10 UTC

[drill] branch master updated: [DOCS] Update GoogleSheets Docs with Correct Scope

This is an automated email from the ASF dual-hosted git repository.

cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git


The following commit(s) were added to refs/heads/master by this push:
     new 243e539de5 [DOCS] Update GoogleSheets Docs with Correct Scope
243e539de5 is described below

commit 243e539de50b57c14cb136b5e7fb30a6583f1732
Author: Charles S. Givre <cg...@apache.org>
AuthorDate: Fri Oct 21 17:08:04 2022 -0400

    [DOCS] Update GoogleSheets Docs with Correct Scope
---
 contrib/storage-googlesheets/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/storage-googlesheets/README.md b/contrib/storage-googlesheets/README.md
index ca27ff69f4..f3128edb5f 100644
--- a/contrib/storage-googlesheets/README.md
+++ b/contrib/storage-googlesheets/README.md
@@ -35,7 +35,7 @@ JSON file into your Drill configuration as shown below.  Once you've done that,
     "authorizationURL": "https://accounts.google.com/o/oauth2/auth",
     "authorizationParams": {
       "response_type": "code",
-      "scope": "https://www.googleapis.com/auth/spreadsheets"
+      "scope": "https://www.googleapis.com/auth/spreadsheets https://www.googleapis.com/auth/drive.readonly https://www.googleapis.com/auth/drive.metadata.readonly"
     }
   },
   "credentialsProvider": {