Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

Unified Engineering - Browser Access

Third-party cloud storage

  • Last UpdatedNov 26, 2025
  • 2 minute read

Through Edge browser inside the streamed desktop you can authenticate to your preferred cloud storage service and download files as required.

Important: If files are downloaded from another source over the internet, it is possible that these files are marked with a blocking property, which can impair performance on file access. The blocking mechanism is a protection measure for files downloaded from the internet.

You can determine if this blocking property has been enabled by checking the file properties.

To unblock the file, select the Unblock checkbox and click Apply.

For a downloaded zip file (for example, containing Dabacon project folders and files) if you unblock the zip before unzipping then, all the unzipped files will be unblocked.

As an alternative to unblocking from the file properties dialog, you can unblock a file with the following command (from a command window): powershell -Command "& {dir 'FullPathToFileWithFileExtension' |Unblock-File}"

For example, powershell -Command "& {dir 'D:\Users\freda.bloggs\Downloads\fileblocktest.zip' |Unblock-File}"

If you already have a folder containing multiple files that need unblocking (that is, you already unzipped the files before unblocking the zip file), you can unblock all files in a folder (and sub-folders) with the following command (from a command window): powershell -Command "& {dir 'FullPathToFolder' -Recurse|Unblock-File}"

For example, powershell -Command "& {dir ' 'D:\Users\freda.bloggs\Downloads\ -Recurse|Unblock-File}"

Note: This is not applicable for files transferred using the file transfer service.

TitleResults for “How to create a CRG?”Also Available in