Files
Sharepoint-Download-Tool/connection_info.template.txt
Martin Tranberg 03a766be63 Opdatér template med nye hash-variabler
- Tilføjer ENABLE_HASH_VALIDATION og HASH_THRESHOLD_MB til connection_info.template.txt
2026-03-29 19:56:07 +02:00

12 lines
526 B
Plaintext

TENANT_ID = "*** INPUT TENANT ID HERE ***"
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). LEAVE EMPTY TO DOWNLOAD ENTIRE LIBRARY ***"
LOCAL_PATH = "*** INPUT LOCAL DESTINATION PATH HERE ***"
# Hash Validation Settings
ENABLE_HASH_VALIDATION = "True"
HASH_THRESHOLD_MB = "30"