Google Drive
Get access to your customers' Google Drive to sync data with spreadsheets and documents.
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
Open the Google API Console Credentials page. You will be prompted to log in to a Google Account. Log in with your Google account.
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`Go to Library section and search for Drive. Enable the Drive API.
Go to
OAuth consent screen
section.Choose "External" as the User Type
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
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.Add any test users that you will be trying this on first. Any gmail account you have access to will work.
Click
Save and Continue
Create Google OAuth Credentials
Go to
Credentials
section and clickCreate New Credentials
link at the topSelect
OAuth Client ID
Choose "Web Application" as the Application Type and name your credentials
Add the KollaConnect redirect URL to the Authorized Redirect URIs section:
Note the ClientID and Client Secret for later use
Last updated