# Bynder Action - Download asset
Download contents of an asset. File contents can be used in subsequent steps of the recipe to upload the file into other applications.
In the example below, we use Content
data pill from Bynder's Download asset action and provide that to Box's Upload file action.
# Input fields
Field name | Description |
---|---|
Asset ID Required | Asset ID to retrieve. ID can be found at the end of the URL. |
Version | Provide version if you wish to download the old version of an asset.You can provide either version of a file or a type of file to download. Leave blank to download the latest version of the asset. |
Type of file to download | For image file types, Bynder generates multiple additional files such as thumbnail , small , online etc of various file sizes. Note that when multiple additional files are available only the download url of the latest one will be returned. |
Chunk size | File contents will be streamed in chunks of this size. Enter the size with the unit, Eg. 50KB. Valid units are 'B', 'KB', 'MB'. Default chunk size is 10MB. Minimum is 32KB and maximum is 10MB. Use this when you want to optimize throughput. Bigger chunk size will increase throughput, but may exceed API limit. |
# Output fields
Field name | Description |
---|---|
Content | Binary contents of the file. When you upload this file contents to other applications, streaming will be used. |
Last updated: 7/12/2021, 8:36:52 AM