(feat:gdrive) upload files only

This commit is contained in:
ManishMadan2882
2025-09-22 20:19:56 +05:30
parent b6349e4efb
commit d317f6473d
4 changed files with 16 additions and 15 deletions

View File

@@ -32,6 +32,10 @@ class GoogleDriveLoader(BaseConnectorLoader):
'text/plain': '.txt',
'text/csv': '.csv',
'text/html': '.html',
'text/markdown': '.md',
'text/x-rst': '.rst',
'application/json': '.json',
'application/epub+zip': '.epub',
'application/rtf': '.rtf',
'image/jpeg': '.jpg',
'image/jpg': '.jpg',