mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-07-02 00:35:46 +08:00
5 lines
228 B
Python
5 lines
228 B
Python
|
|
UNSUPPORTED_FILE_TYPE_CONTENT = "" # keep empty for now
|
||
|
|
DRIVE_FOLDER_TYPE = "application/vnd.google-apps.folder"
|
||
|
|
DRIVE_SHORTCUT_TYPE = "application/vnd.google-apps.shortcut"
|
||
|
|
DRIVE_FILE_TYPE = "application/vnd.google-apps.file"
|