ragflow/common/data_source
Yongteng Lei df16a80f25
Feat: add initial Google Drive connector support (#11147)
### What problem does this PR solve?

This feature is primarily ported from the
[Onyx](https://github.com/onyx-dot-app/onyx) project with necessary
modifications. Thanks for such a brilliant project.

Minor: consistently use `google_drive` rather than `google_driver`.

<img width="566" height="731" alt="image"
src="https://github.com/user-attachments/assets/6f64e70e-881e-42c7-b45f-809d3e0024a4"
/>

<img width="904" height="830" alt="image"
src="https://github.com/user-attachments/assets/dfa7d1ef-819a-4a82-8c52-0999f48ed4a6"
/>

<img width="911" height="869" alt="image"
src="https://github.com/user-attachments/assets/39e792fb-9fbe-4f3d-9b3c-b2265186bc22"
/>

<img width="947" height="323" alt="image"
src="https://github.com/user-attachments/assets/27d70e96-d9c0-42d9-8c89-276919b6d61d"
/>


### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2025-11-10 19:15:02 +08:00
..
google_drive Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
google_util Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
__init__.py Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
blob_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
config.py Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
confluence_connector.py Feat: refine Confluence connector (#10994) 2025-11-04 17:29:11 +08:00
discord_connector.py Feat: add auto parse to connector. (#11099) 2025-11-07 16:49:29 +08:00
dropbox_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
exceptions.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
file_types.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
gmail_connector.py Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
html_utils.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
interfaces.py Feat: refine Confluence connector (#10994) 2025-11-04 17:29:11 +08:00
jira_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
models.py Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00
notion_connector.py Feat: add auto parse to connector. (#11099) 2025-11-07 16:49:29 +08:00
sharepoint_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
slack_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
teams_connector.py Feat: Support multiple data sources synchronizations (#10954) 2025-11-03 19:59:18 +08:00
utils.py Feat: add initial Google Drive connector support (#11147) 2025-11-10 19:15:02 +08:00