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
Attributes | Attributes Value | Value Description | Comment |
---|
KeepAlive | TRUE/FALSE | N/A | N/A |
FilePath | N/A | Download target folder path / defaults to Documents | N/A |
IfFileExsists | N/A | CreateNew / Overwrite / Skip | N/A |
Hierarchy | TRUE/FALSE | N/A | N/A |
OpenFolderAfterDownloaded | TRUE/FALSE | N/A | N/A |
Download Script

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