Skip to main content
Logo

Google Drive addOn

Reinvent the way you work with Google Drive with our revolutionary data scan add-on, simplifying the collection, organization and analysis of your files and information for unprecedented productivity in the cloud.


Report Bug · Request Feature

Configuration

Default.json

For each of your environments, the following keys are mandatory:

  • rules: This refers to the set of rules files you want to apply to this environment.
  • prefix: the prefix is the particle to be placed in front of the environment variables to be quoted here.

The following keys are recommended to ensure better readability when re-reading the configuration:

  • name: The name refers to the environment concerned by one or more keywords.
  • description: the description helps to clarify the name and avoid any possible confusion about the environment concerned.

Example of configuration for 2 Google Drive environments.

Environment

here you can create your credential to get access through Kexa to your environment

DRIVECRED='{
"installed": {
"client_id": "XXXXXXXXXXXXXXXXX.apps.googleusercontent.com",
"project_id": "",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "",
"redirect_uris": [
]
}
}'

Additional documentation

Google Drive SDK NodeJS