Tag: SelectedDownload

The SelectedDownload function automates the process of downloading OneDrive Files.


<SelectedDownload FilePath="D:\temp-exports" IfFileExists="Skip" OpenFolderAfterDownload="TRUE" KeepAlive="TRUE" Hierarchy="False"/>
XML

Tag Attributes

AttributesAttributes ValueValue Description
KeepAliveTRUE / FALSEN/A
FilePathN/ADownload target folder path / defaults to Documents
IfFileExsistsN/ACreateNew / Overwrite / Skip
HierarchyTRUE / FALSEN/A
OpenFolderAfterDownloadedTRUE / FALSEN/A

Download Script

download-script-onedrive-files

Example Script

<SelectedShowDriveItemsGroups>
	<Select Lines="All"/>
	<SelectedDownload FilePath="D:\temp-exports" IfFileExists="Skip" OpenFolderAfterDownload="TRUE" KeepAlive="TRUE" Hierarchy="False"/>
</SelectedShowDriveItemsGroups>
XML