ES3 Cloud Download File Action

Description

Downloads a file from the server, overwriting any existing file stored locally.

If no Path parameter is provided, it will attempt to download the default file.

If no User parameter is provided, it will download the global file which is not specific to any user.

For more information, see the Uploading and Downloading Files using ES3Cloud guide.

Parameters

Url The URL to the ES3Cloud.php file on your server.

Api Key

The API key you were given when setting up ES3Cloud on your server.

Path

The relative or absolute path of the file we want to download.

User

[Optional] A user and/or password if this file is user-specific.

Error Code

If an error occurs, this will be set to an error code describing the error. See the error code page for more information."

Error Handling

[Optional] Events triggered when an error occurs.

Override Default Settings

[Optional] The settings we want to use to override the default settings.

Examples