Skip to main content

Overview

The Drive API provides endpoints for Google Drive integration, file syncing, and document management. Base Path: /api/drive

Endpoints

List Files

Query Parameters:
  • folder_id: Drive folder ID to list
  • company_id: Filter by associated company
  • page_size: Number of files (default: 100)
Response:

Sync Folder

Request Body:
Response:

Upload to Drive

Request: multipart/form-data with file

Download from Drive

Next Steps

Drive Integration

Setup guide

Files API

File management

OAuth Setup

Configure OAuth