⚡ (sheets) Use Google Drive picker and remove sensitive OAuth scope
BREAKING CHANGE: The Google Picker API needs to be enabled in the Google Cloud console. You also need to enable it in your NEXT_PUBLIC_GOOGLE_API_KEY. You also need to add the drive.file OAuth scope.
This commit is contained in:
@@ -6,6 +6,7 @@ import { whatsAppRouter } from '@/features/whatsapp/router'
|
||||
import { zemanticAiRouter } from '@/features/blocks/integrations/zemanticAi/api/router'
|
||||
import { forgedCredentialsRouter } from '@/features/forge/api/credentials/router'
|
||||
import { integrationsRouter } from '@/features/forge/api/router'
|
||||
import { googleSheetsRouter } from '@/features/blocks/integrations/googleSheets/api/router'
|
||||
|
||||
export const internalRouter = router({
|
||||
getAppVersionProcedure,
|
||||
@@ -15,6 +16,7 @@ export const internalRouter = router({
|
||||
zemanticAI: zemanticAiRouter,
|
||||
integrationCredentials: forgedCredentialsRouter,
|
||||
integrations: integrationsRouter,
|
||||
sheets: googleSheetsRouter,
|
||||
})
|
||||
|
||||
export type InternalRouter = typeof internalRouter
|
||||
|
||||
Reference in New Issue
Block a user