Download file#

Streams a file by GUID to the local file system.

FolderGuid*[Text] Required folder GUID.
FileGuid*[Text] Required GUID of the file to download.
DestinationPath*[Text] Required local destination path.
OverwriteAllow overwriting the existing file.
Timeout[Number] HTTP request timeout in seconds; default is 60.
DownloadedFilePath[Text] Full local path of the file saved successfully.
Processing level

Select the error handling level.

Possible values:

  • "Default" - default;
  • "Ignore" - errors are ignored;
  • "Handle" - errors are handled.

If "Default" is selected, the value from the "Start" block in this diagram is used.

Message level

Select the level of messages that the blocks will emit while running.

Possible values:

  • "Default" - default;
  • "Release" - output disabled;
  • "Debug" - basic information output;
  • "Detailed" - detailed information output.

If "Default" is selected, the value from the "Start" block in this diagram is used.

Error text[Text] Returns detailed error information if the block execution fails.