rongo1
feat: added google drive support
dae9b98
raw
history blame
919 Bytes
# Environment Variables for Business Card Data Extractor
# Copy this file to .env and replace with your actual values
# Google Gemini API Key (Required)
# Get your key from: https://aistudio.google.com/
# For deployment: Add this as an environment variable named "Gemini_API"
Gemini_API=your_gemini_api_key_here
# Google Drive API Credentials (Required - for file storage)
# Get these from Google Cloud Console:
# 1. Create a project at https://console.cloud.google.com/
# 2. Enable Google Drive API
# 3. Create OAuth 2.0 credentials (Desktop application)
# 4. Download the JSON and extract client_id and client_secret
GOOGLE_CLIENT_ID=your_google_client_id_here
GOOGLE_CLIENT_SECRET=your_google_client_secret_here
# Examples:
# Gemini_API=AIzaSyBxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
# GOOGLE_CLIENT_ID=1234567890-abcdefghijklmnopqrstuvwxyz.apps.googleusercontent.com
# GOOGLE_CLIENT_SECRET=GOCSPX-xxxxxxxxxxxxxxxxxxxxxxxx