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

@@ -3,5 +3,5 @@ CLIENT_ID = "*** INPUT CLIENT ID HERE ***"
CLIENT_SECRET = "*** INPUT CLIENT SECRET HERE ***"
SITE_URL = "*** INPUT SHAREPOINT SITE URL HERE ***"
DOCUMENT_LIBRARY = "*** INPUT DOCUMENT LIBRARY NAME HERE (e.g. Documents) ***"
FOLDERS_TO_DOWNLOAD = "*** INPUT FOLDERS TO DOWNLOAD (Comma separated) ***"
FOLDERS_TO_DOWNLOAD = "*** INPUT FOLDERS TO DOWNLOAD (Comma separated). LEAVE EMPTY TO DOWNLOAD ENTIRE LIBRARY ***"
LOCAL_PATH = "*** INPUT LOCAL DESTINATION PATH HERE ***"