# Download

## Description

Download a file from another source.

## Input / Parameter

| Name       | Description                                     | Data Type   | Default | Options | Required |
| ---------- | ----------------------------------------------- | ----------- | ------- | ------- | -------- |
| storage    | The size of the file.                           | Number      | -       | -       | Yes      |
| folderPath | The path to store the file.                     | String/Text | -       | -       | Yes      |
| fileName   | The name of the file.                           | String/Text | -       | -       | Yes      |
| url        | The url of the file.                            | String/Text | -       | -       | Yes      |
| headers    | The HTTP headers required to download the file. | String/Text | -       | -       | No       |
| extra      | Additional data to be used in the callbacks.    | Any         | -       | -       | No       |

## Output

N/A

## Callback?

### callback

The function to be executed when the file is downloaded successfully.

### errorCallback

The function to be executed when the file is not downloaded successfully.

## Video

Coming Soon.

## Example

Coming Soon.

### Steps

Coming Soon.

### Result

Coming Soon.

## Links
