Google Drive connector
Follow these steps to connect Google Drive and CoCounsel. You can also watch a video walkthrough on Syncly's support page for detailed guidance.
Google API access configuration
- Create a Google Cloud Project.
- Visit the Google Cloud Console.
- SelectSelect a project, thenNew Project.
- Provide a name and optional organizational name, and selectCreate.
- Turn on the Google Drive API.
- Go to .
- Search for the Google Drive API in the product library.
- Select it and then selectEnable.
- Configure the OAuth consent screen.
- Go to screen.
- SelectGet Startedand provide a name for the application and a support email address, then selectNext.
- ChooseInternaland selectNext. If internal is not available, selectExternaland add test users later.
- Enter an email address for the responsible person or group and selectNext.
- Provide consent to theGoogle API Services: User Data Policyand selectContinue,Save, andCreateto complete the configuration.
- Create OAuth client credentials.
- Go to .
- Select .
- Choose Application Type as Web Application. Provide an application name.
- Provide a name and add the Authorized redirect URI.noteTo find the redirect URL, go to .
- SelectCreate. You will receive the Client ID.
- After creating the OAuth client, selectDownload JSONto save the credentials. Ensure to save the credentials as they won’t be available for future download.
- If credentials are lost, create a new client.
- The JSON file contains theClient ID,Client Secret, and other metadata required for OAuth 2.0.
- Go to theData Accesstab and selectAdd or remove scopes.
- Search for and select the scopehttps://www.googleapis.com/auth/drive.readonly.
- SelectUpdate.
- Add a test user.This step is only relevant if you selectedExternalin Step 3.c.
- Go to .
- SelectAdd Users.
- Enter the email addresses for users who should have access to the Google Drive integration and selectSave.
Add Google Drive connector
important
Make sure to sign in to the CoCounsel application as an administrator.
- Go to .
- SelectNew Integration.
- SelectGoogle Driveas yourConnector.
- Fill in the following fields:
- Name:Enter a name to identify the connector, such as Google Drive.
- Client Id:This is the client_id from the downloaded credentials.
- Secret Key:This is the client_secret from the downloaded credentials.
- You can leave all other fields as their defaults.
- SelectAdd connector. The connector is added with an active state.
note
We recommend administrators authorize as soon as you add the connector. This way, you can test the connection before other people begin using it.