Skip to main content
Skip table of contents

Download

Tag: SelectedDownload

The SelectedDownload function automates the process of downloading OneDrive Files.


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

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

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

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.