Download File
In this example we will download a file from the storage on the Kelvin Platform.
There are also options to add custom metadata to help classify and filter file listings.
| API cURL Example | |
|---|---|
1 2 3 4 | |
The response code will be 200 or an error code from 4XX and the file itself.
This will save the file locally.
| API Client (Python) Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |