mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Bugfix/GoogleDrive Loader Folder id (#4714)
* fix google drive loader folder id * lint fix
This commit is contained in:
@@ -69,7 +69,8 @@ class GoogleDrive_DocumentLoaders implements INode {
|
||||
type: 'asyncMultiOptions',
|
||||
loadMethod: 'listFiles',
|
||||
description: 'Select files from your Google Drive',
|
||||
refresh: true
|
||||
refresh: true,
|
||||
optional: true
|
||||
},
|
||||
{
|
||||
label: 'Folder ID',
|
||||
|
||||
Reference in New Issue
Block a user