```json
{
"service_type": "platform",
"base_url": "https://drive.google.com",
"auth_method": "oauth2",
"auth_config": {
"oauth2_flow": "authorization_code",
"scopes": ["https://www.googleapis.com/auth/drive", "https://www.googleapis.com/auth/drive.file"],
"auth_url": "https://accounts.google.com/o/oauth2/auth",
"token_url": "https://oauth2.googleapis.com/token"
},
"endpoints": [],
"pricing_model": {
"type": "freemium",
"details": {
"free_tier": "15GB shared across Google services",
"paid_tiers": [
{"name": "Google One Basic", "storage": "100GB", "price": "$1.99/month"},
{"name": "Google One Standard", "storage": "200GB", "price": "$2.99/month"},
{"name": "Google One Premium", "storage": "2TB", "price": "$9.99/month"}
]
}
},
"rate_limits": {
"api_requests": "1000 requests per 100 seconds per user",
"note": "Rate limits apply to Google Drive API, not web interface"
},
"capabilities": [
"cloud_file_storage",
"file_sharing",
"real_time_collaboration",
"document_editing",
"offline_access",
"version_history",
"folder_organization",
"search_and_discovery",
"third_party_integrations",
"mobile_apps",
"desktop_sync",
"team_drives_workspaces",
"advanced_sharing_permissions",
"comment_and_suggestion_system",
"integration_with_google_workspace"
],
"raw_analysis": "Google Drive is Google's flagship cloud storage and collaboration platform, serving millions of users worldwide. As a mature platform (launched 2012), it provides comprehensive file storage, sharing, and real-time collaboration capabilities. The platform integrates seamlessly with Google Workspace (Docs, Sheets, Slides) and supports extensive third-party app integrations. It offers both consumer and enterprise tiers, with sophisticated permission systems, team drives for organizations, and robust APIs for developer integration. The platform excels in real-time collaborative editing, cross-device synchronization, and intelligent search capabilities. For agents, Google Drive provides comprehensive REST APIs, OAuth2 authentication, and extensive documentation, making it highly suitable for automated workflows involving file management, content collaboration, and document processing. The freemium model with generous free storage makes it accessible, while enterprise features cater to business needs. Integration ecosystem is vast, with native mobile apps, desktop clients, and web interface providing universal access."
}
```