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 /file/download/

Request Header:

key
description

Cipher(optional)

cipher

Request example:

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

Last updated