Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: Add Google Drive env configs to template files. * chore: Add Google Drive API modules to .toml files. * feat: Add UI for requesting google Authorization * feat: Create Google Drive API service handler * feat: Create Google Drive data source * chore: Create a local credentials store. * chore: Setup first draft of Google Drive data source. * fix: Update data_source base reader. * chore: Try using opendal to load gdrive and switch to local loader if it fails. * chore: Allow indexer to use filenames when downloading files from Google Drive. * chore: Make google drive downloader async. * chore: Enable downloading google doc files as pdf. * chore: Update create space UI for Google Drive." * chore: Update GDrive credential request. * chore: Update Google Drive credential request UI. * fix: Only make api calls to Google Drive if no saved settings. * chore: Add __doc__ for the domain module. * chore: Cleanup files. * fix: shared space selector (#146) * chore: Fix shared ask space selector not syncing with rest of the page. * chore: Make space selector expanded by default. Co-authored-by: Janaka Abeywardhana <[email protected]> * chore: Remove ConfigKeyHandlers from config file. * chore: Update google drive datasource credential retrieval. * chore: Cleanup unused content. * chore: Fix minor bugs. * fix: Clear form values after creating space. * feat: Add an option to make datasource optional. --------- Co-authored-by: Janaka Abeywardhana <[email protected]>
- Loading branch information