Fix service accounts + shared drives (#490)

This commit is contained in:
Chris Weaver
2023-09-29 17:26:42 -07:00
committed by GitHub
parent bfab9d1ee7
commit 0c6077ee7e
2 changed files with 5 additions and 3 deletions

View File

@@ -203,9 +203,9 @@ const GoogleDriveConnectorManagement = ({
})(values)}
<BooleanFormField
name="include_shared"
label="Include Shared Files"
label="Include Shared Files + Shared Drives"
subtext={
"If checked, then we will also index all documents shared with you. " +
"If checked, then we will also index all documents + drives shared with you. " +
"If this is combined with folder paths, then we will only index documents " +
"that match both criteria."
}