Download Files from a Mailbox.org drive.

Parameters:

Parameters:
See dedicated page for more information.
Download one or more files from your mailbox.org Drive into the local pipeline workspace.
Need help creating the mailbox.org app password and finding your login format?
Follow the step-by-step mailbox setup in the MailboxUpload documentation. Use the very same login and application password here.
Input: a table with at least these columns
remoteFilePath – path of the file inside the chosen root (e.g., Documents/example.xlsx)localFilePath – absolute or workspace-relative destination pathOutput: the same rows passed through (so you can chain next steps). Files are written to disk at localFilePath.
Notes
/. Use plain names (the action URL-encodes special characters).Optional: Remote checksum (faster) you must also provide File size (required if Checksum is given). The action will first check the remote metadata and skip the download when the checksum/size already match.We’ll download Documents/example.xlsx to a local file inside the pipeline workspace.
Columns: remoteFilePath, localFilePath
Row example:
remoteFilePath = Documents/example.xlsxlocalFilePath = records/example.xlsx (or any writeable path in your workspace)
my filesremoteFilePathlocalFilePathChoose Debug information level = basic to see summary calls in the run log.
remoteFilePath → localFilePath.
Root (Root folder) |
Example remoteFilePath |
Meaning |
|---|---|---|
my files |
Documents/example.xlsx |
File inside your personal Documents |
my files |
Pictures/Logo.png |
File inside Pictures |
public files |
team/price_list.csv |
Public area file |
shared files |
Project A/notes.txt |
File in a shared folder |
Optional: Remote checksum (faster) (MD5) and File size (required if Checksum is given). If they match remotely, the action won’t download again.Number of retries on connection error ≥ 3 for flaky networks.localFilePath column.Root folder and the exact remoteFilePath (names are case-sensitive). Check the file in mailbox.org Drive UI under the same root.remoteFilePath, localFilePath.Documents/example.xlsx, records/example.xlsx.my files; map both columns.records/example.xlsx.