From bd9335e83292f2d0b99380db7d706e66a19f287e Mon Sep 17 00:00:00 2001 From: hagen-danswer Date: Sat, 8 Jun 2024 20:26:07 -0400 Subject: [PATCH] disabled reindexing for dropbox and added warning (#1593) --- web/src/app/admin/connectors/dropbox/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web/src/app/admin/connectors/dropbox/page.tsx b/web/src/app/admin/connectors/dropbox/page.tsx index f011d2007..f7607511e 100644 --- a/web/src/app/admin/connectors/dropbox/page.tsx +++ b/web/src/app/admin/connectors/dropbox/page.tsx @@ -161,7 +161,9 @@ const Main = () => { Dropbox indexing status - The latest article changes are fetched every 10 minutes. + Due to Dropbox's access key design, the Dropbox connector will only + re-index files after a new access key is provided and the indexing + process is re-run manually. Check the docs for more information.
@@ -197,7 +199,7 @@ const Main = () => { formBody={<>} validationSchema={Yup.object().shape({})} initialValues={{}} - refreshFreq={10 * 60} // 10 minutes + // refreshFreq={10 * 60} // disabled re-indexing credentialId={dropboxCredential.id} />