Bugfix/GoogleDrive Loader Folder id (#4714)

* fix google drive loader folder id

* lint fix
This commit is contained in:
Henry Heng
2025-06-24 09:53:42 +01:00
committed by GitHub
parent 24426266ba
commit 4038eb13fc
3 changed files with 18 additions and 5 deletions
@@ -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',