Understøt download af hele biblioteket hvis FOLDERS_TO_DOWNLOAD er tom

This commit is contained in:
Martin Tranberg
2026-03-26 10:51:46 +01:00
parent f67cfc22ee
commit aea5ff68c0
3 changed files with 11 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ Dette script gør det muligt at downloade specifikke mapper fra et SharePoint do
* `TENANT_ID`, `CLIENT_ID`, `CLIENT_SECRET` (Fra Microsoft Entra admin center).
* `SITE_URL`: URL til din SharePoint site.
* `DOCUMENT_LIBRARY`: Navnet på dokumentbiblioteket (f.eks. "22 Studies").
* `FOLDERS_TO_DOWNLOAD`: Liste over mapper adskilt af komma.
* `FOLDERS_TO_DOWNLOAD`: Liste over mapper adskilt af komma. Hvis denne efterlades tom, downloades hele biblioteket.
* `LOCAL_PATH`: Hvor filerne skal gemmes lokalt.
## Anvendelse