Google Application

This section guides you through setting up your Google Client Application to enable access to various Google APIs within our platform. Here, you'll obtain the necessary credentials and configure permissions for functionalities like booking meetings and interacting with Google Sheets.

Obtaining Client Credentials:

  1. Client ID & Secret: Navigate to the Google Cloud Console (https://console.cloud.google.com/) and create an OAuth 2.0 client ID for your application. You'll receive a unique Client ID and Secret, which will be used to identify your application and authorize API requests.

  2. Redirect URI: Define the authorized redirect URI within your application. This is the URL where Google will redirect the user after successful authentication. You'll find a pre-populated, authorized redirect URI listed below this section for your convenience. Simply copy and paste it into your application's configuration.

Specifying Permissions:

To empower your application with specific functionalities, select the required permissions from the provided list. Each permission grants access to a particular Google API service. Here's a breakdown of the available permissions:

  • Calendar & Calendar Events: Enables scheduling and managing meetings within your application.

  • Drive & Drive Metadata (Read-only): Allows interaction with Google Drive files, including accessing and manipulating spreadsheet data.

  • Spreadsheets: Grants access to read, write, and modify data within Google Sheets.

  • User Info (Email & Profile): Retrieves basic user information like email address and profile details for personalized experiences.

Connection Status:

The "Connection Status" displayed here indicates whether your application is successfully integrated with Google APIs. An "Active" status signifies a properly configured connection, allowing you to leverage Google's powerful suite of tools within your platform.

Note: This documentation assumes basic familiarity with OAuth 2.0 and Google Cloud Console. For a deeper understanding of these concepts, please refer to Google's official developer resources.

Last updated