Download File

This interface is used to download a file with a specified fid. If you encrypted the file when you uploaded it, you also need to tell the gateway your cipher to decrypt your file.

HTTP Interface:

GET /download/{fid}

Request Header:

Request example:

curl -X GET -o <save_file> URL/download/<fid>

Last updated