Update onedrive-sharepoint.mdx

This commit is contained in:
Classic298
2025-11-23 21:21:10 +01:00
committed by GitHub
parent 81b44d6d0d
commit bd20fa2b69

View File

@@ -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)