We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9e822f commit 6513cbbCopy full SHA for 6513cbb
apps/sim/blocks/blocks/google_docs.ts
@@ -47,8 +47,8 @@ export const GoogleDocsBlock: BlockConfig<GoogleDocsResponse> = {
47
title: 'Select Document',
48
type: 'file-selector',
49
canonicalParamId: 'documentId',
50
- provider: 'google-drive',
51
- serviceId: 'google-drive',
+ provider: 'google-docs',
+ serviceId: 'google-docs',
52
requiredScopes: [],
53
mimeType: 'application/vnd.google-apps.document',
54
placeholder: 'Select a document',
@@ -82,8 +82,8 @@ export const GoogleDocsBlock: BlockConfig<GoogleDocsResponse> = {
82
title: 'Select Parent Folder',
83
84
canonicalParamId: 'folderId',
85
86
87
88
mimeType: 'application/vnd.google-apps.folder',
89
placeholder: 'Select a parent folder',
0 commit comments