Google Console configuration
Google Cloud Application Setup
To integrate Google Workspace with Concord CRM, you’ll need to create a Google Cloud Application to obtain an Access Token and Client Secret. These credentials will be used by our module and must be added to the module settings.
Follow the steps below to create the required Google Cloud Application:
Create a Project
Visit the Google API Console and create a new project.

Enable APIs and Services
Select your project, then click “Enable APIs and Services” as shown below.

Enable Required APIs
Search for and enable the following APIs:
Google Drive API
Google Docs API
Google Sheets API
Google Slides API
Google Forms API
Example for enabling Google Drive API:


Configure OAuth Consent Screen
Go to the “OAuth consent screen” tab.

Fill Out App Information
Complete the required configuration form with your app’s details.

Create OAuth 2.0 Client Credentials
After configuring the consent screen, create an OAuth client.

Add Authorized Domains
Specify the domains that your application will use:
Production: Must use HTTPS.
Testing: Can use either HTTP or HTTPS.

Download or Copy Client Credentials
After the client is created, download the credentials or copy them from the following page.

Publish Your App to Production
In order to make the app available to users, publish it to Production via the “User Type / Publishing Status” section.

Submit for Verification (if required)
If Google requires verification for your app, you can proceed with it.
For detailed steps, refer to the official Google support documentation.
Once you've completed these steps, paste your credentials into the Google Workspace settings in Concord CRM. You’ll now be able to Create, Edit, and Manage Google Docs, Slides, Sheets, Forms, and Drive files directly within the platform!
Last updated