> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jinba.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Google OAuth Credentials

Configure Google OAuth to access Google services like Gmail, Google Drive, Google Calendar, and other Google APIs from your Jinba Flow workflows.

## Prerequisites

* A Google account

## Setting Up in Jinba Flow

1. Go to your workspace settings in Jinba Flow
2. Navigate to the "Secret" section
3. Find "Google OAuth" in the list of available credentials
4. Click "Configure" or "Add New"
5. Follow the authentication flow:
   * Click "Connect with Google"
   * Sign in with your Google account
   * Review and accept the requested permissions
   * You'll be redirected back to Jinba Flow
   * Your OAuth tokens will be securely stored

## OAuth Flow

When you first use Google services in your flows:

1. Jinba Flow will redirect you to Google's OAuth consent screen
2. Sign in with your Google account
3. Review and accept the requested permissions
4. You'll be redirected back to Jinba Flow
5. Your OAuth tokens will be securely stored

## Available Google Services

### Gmail

* Send emails
* Read email messages
* Search emails
* Manage labels and folders
* Handle email attachments

### Google Drive

* Upload and download files
* Create and manage folders
* Share files and folders
* Get file metadata
* Search for files

### Google Calendar

* Create and update events
* Read calendar events
* Manage calendar settings
* Handle recurring events
* Send calendar invitations

### Google Sheets

* Read and write spreadsheet data
* Create new spreadsheets
* Update cell values
* Format cells and ranges
* Manage sheets and tabs

### Google Docs

* Create and update documents
* Read document content
* Format text and paragraphs
* Add comments and suggestions
* Export documents
