From bd20fa2b69e129c08518a5c8e05cae32b98dbb79 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:21:10 +0100 Subject: [PATCH] Update onedrive-sharepoint.mdx --- docs/tutorials/integrations/onedrive-sharepoint.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/tutorials/integrations/onedrive-sharepoint.mdx b/docs/tutorials/integrations/onedrive-sharepoint.mdx index 7a5a10b2..0433ad87 100644 --- a/docs/tutorials/integrations/onedrive-sharepoint.mdx +++ b/docs/tutorials/integrations/onedrive-sharepoint.mdx @@ -84,7 +84,6 @@ From the **Overview** page of the App Registration you just created, copy the fo Set the following environment variables in your Open WebUI deployment to enable the work/school integration: ```bash - # Enable the OneDrive integration feature globally ENABLE_ONEDRIVE_INTEGRATION=true @@ -100,6 +99,12 @@ ONEDRIVE_SHAREPOINT_TENANT_ID="yyyyyyyy-yyyy-yyyy-yyyy-yyyyyyyyyyyy" ONEDRIVE_SHAREPOINT_URL="https://your-tenant-name.sharepoint.com" ``` +:::info + +After setting these variables and restarting Open WebUI, you must also enable the OneDrive toggle in the admin panel. See the Final Step section below for details. + +::: + --- # Integration for Personal OneDrive (Optional)