If you have data on a cloud storage that supports WebDAV you can easily integrate it.
Requirements:
In order to be able to use WebDAV on a Windows server you have to install the WebDAV redirector from your Windows features:
There are two scenarios:
Scenario 1: Sharing the same folder (one user and password for all users)
Connect to a WebDAV folder with the following PowerTags:
!STARTUP_BEFORE_BAT=@net use E: "\\webdav.opendrive.com@SSL\DAVWWWRoot" "<Password>" /user:<UserName>
Make sure you always use the format \\<webdavhostname>@SSL\DAVWWWRoot
Make the folder available in the file dialog using the following PowerTags:
Make the folder available in the file dialog using the following PowerTags:
!FILEDIALOG_EXTRA=OpenDrive>0>E:\
Scenario 2: Individual user login
coming soon