Kolla
  • 😄Hello!
  • Getting Started
    • Introduction
    • Adding Connectors
    • Create an Invite Link
    • Installing Konnect
  • Developer Resources
    • Web SDK Reference
    • Postman Workspace
    • Web Elements (NEW!)
  • Tutorials
    • Build a Slack Integration
  • Connector Guides
    • Airtable
    • Clover
    • Freshdesk
    • Google Drive
    • Heartland Retail
    • HubSpot
    • Intercom
    • Mailchimp
    • Lightspeed Retail (R series)
    • Lightspeed Retail (X Series)
    • Microsoft Teams
    • Salesforce
    • Shopify
    • Slack
    • Square
    • Zendesk
Powered by GitBook
On this page
  • Setup Guide
  • Prerequisites
  • Configure Google Project and Consent Screen
  • Create Google OAuth Credentials
  1. Connector Guides

Google Drive

Get access to your customers' Google Drive to sync data with spreadsheets and documents.

PreviousFreshdeskNextHeartland Retail

Last updated 2 years ago

Setup Guide

You can create your Google Drive integration app in Google Cloud APIs dashboard.

You'll need the following information to set up your Google Drive App with KollaConnect:

  • Client ID

  • Client Secret

  • Scopes

Prerequisites

  • Google account

Configure Google Project and Consent Screen

  1. Open the page. You will be prompted to log in to a Google Account. Log in with your Google account.

  2. Click on Select a Project and choose your project for this integration. If you don't have a project yet, you can create one here. You can name it something like `Drive Connector`

  3. Go to Library section and search for Drive. Enable the Drive API.

  4. Go to OAuth consent screen section.

  5. Choose "External" as the User Type

  6. Fill out the name, logo, and other fields as necessary and click save Note: you are required to have a privacy policy and terms of service to go public

  7. Choose the scopes you will need for your integration. We recommend ./auth/drive.file which is not a sensitive scope since it only allows you to see and manage files that you create.

  8. Add any test users that you will be trying this on first. Any gmail account you have access to will work.

  9. Click Save and Continue

Create Google OAuth Credentials

  1. Go to Credentials section and click Create New Credentials link at the top

  2. Select OAuth Client ID

  3. Choose "Web Application" as the Application Type and name your credentials

  4. Add the KollaConnect redirect URL to the Authorized Redirect URIs section:

    https://connect.getkolla.com/oauth

  5. Note the ClientID and Client Secret for later use

Google API Console Credentials