Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Table of Contents

Info
titleINFO

Google Spreadsheet lets you store and access data from anywhere. This connector lets you take Google sheets data and import it to Datameer.

Prerequisites

Info
titleINFO

Make sure you have your Google instance configured accordingly. Datameer will retrieve the data with an OAuth token - without revealing a username and a password to Datameer X. 

Prepare your Google instance:

  1. Create a Client ID for Web application in your Google account.
  2. Set an authorized redirect URI for the local Datameer X instance.

Prepare the default properties in Datameer X:

  1. Open the 'default.properties' file under '/<Datameer installation folder>/conf/live.properties'
  2. Add the following lines at the end:
    No Format
    #Google details for get OAuth token
    system.property.webservice.google.oauth.client-id=XXXXXX
    system.property.webservice.google.oauth.client-secret=ZZZZZZ

  3. Restart Datameer X. 

Configuring Google Spreadsheet as a Connector

...