cgivre commented on code in PR #2585:
URL: https://github.com/apache/drill/pull/2585#discussion_r924450398


##########
contrib/storage-googlesheets/README.md:
##########
@@ -0,0 +1,156 @@
+# Google Sheets Connector for Apache Drill
+This connector enables you to query and write to Google Sheets.  
+
+### Usage Notes:
+This feature should be considered experimental as Google's API for Sheets is 
quite complex and amazingly 
+poorly documented.
+
+## Setup Step 1:  Obtain Credential Information from Google
+Ok... this is a pain.  GoogleSheets uses OAuth2.0 (may it be quickly 
deprecated) for authorization. In order to query GoogleSheets, you will first 
need to obtain three artifacts:
+
+* Your `clientID`:  This is an identifier which uniquely identifies your 
application to Google
+* Your `client_secret`: You can think of this as your password for your 
application to access GoogleSheets
+* Your redirect URL:  This is the URL which Google will send the various 
access tokens which you will need later.  For a local installation of Drill, it 
will be: 

Review Comment:
   Fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@drill.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to