Skip to content

Commit

Permalink
Merge pull request #3020 from danswer-ai/gdrive-interface
Browse files Browse the repository at this point in the history
Add Gdrive Interface
  • Loading branch information
hagen-danswer authored Nov 1, 2024
2 parents dc2dfeb + 4a23c87 commit ccdc09e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions web/src/lib/connectors/connectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1053,10 +1053,11 @@ export interface GitlabConfig {
}

export interface GoogleDriveConfig {
parent_urls?: string[];
include_shared?: boolean;
follow_shortcuts?: boolean;
only_org_public?: boolean;
include_shared_drives?: boolean;
shared_drive_urls?: string;
include_my_drives?: boolean;
my_drive_emails?: string;
shared_folder_urls?: string;
}

export interface GmailConfig {}
Expand Down

0 comments on commit ccdc09e

Please sign in to comment.