From 1e4de9484051373a1239e17c5c6135e123e42be1 Mon Sep 17 00:00:00 2001 From: MaheshtheDev <38828053+MaheshtheDev@users.noreply.github.com> Date: Fri, 2 Jan 2026 23:38:47 +0000 Subject: chore: enable google drive connection (#646) --- .../components/views/connections-tab-content.tsx | 10 +-------- apps/web/components/views/integrations.tsx | 25 +--------------------- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/apps/web/components/views/connections-tab-content.tsx b/apps/web/components/views/connections-tab-content.tsx index 48c427d7..d3afe2e5 100644 --- a/apps/web/components/views/connections-tab-content.tsx +++ b/apps/web/components/views/connections-tab-content.tsx @@ -319,10 +319,7 @@ export function ConnectionsTabContent() { > diff --git a/apps/web/components/views/integrations.tsx b/apps/web/components/views/integrations.tsx index 0a5ba2dc..4e698f7f 100644 --- a/apps/web/components/views/integrations.tsx +++ b/apps/web/components/views/integrations.tsx @@ -280,12 +280,6 @@ export function IntegrationsView() { throw new Error("This integration is coming soon!") } - if (provider === "google-drive") { - throw new Error( - "Google Drive connections are temporarily disabled. This will be resolved soon.", - ) - } - if (!canAddConnection && !isProUser) { throw new Error( "Free plan doesn't include connections. Upgrade to Pro for unlimited connections.", @@ -896,13 +890,6 @@ export function IntegrationsView() { )} - ) : provider === "google-drive" ? ( -
- Google Drive connections are temporarily disabled. - This will be resolved soon. -
- )} - {isConnected && !isMoreComing && (