🏠 Deal OS Wiki

Google Drive Integration

The Google Drive integration manages document organization for every deal — creating the standard folder structure, extracting text via OCR, and filing documents per deal within Dora's Deal Operating System.

Folder Structure

All deal documents live under the Dora-Property-Deals top-level folder. Each deal gets a standardized subfolder:

``

Dora-Property-Deals/

├── {Deal-ID}/

│ ├── Contract/

│ ├── Disclosures/

│ ├── Photos/

│ ├── Reports/

│ └── Communications/

└── ...

`

Capabilities

OCR Extraction

File Organization

Deal Attachment

Integration Points

Architecture

The integration uses the Google Drive API v3 with service account authentication. Folder creation, file upload, OCR triggering, and permission management are handled programmatically. File content extraction uses Google's built-in OCR capabilities on image-based PDFs.