Download a file by stream (using the file token)

"Streams" a file, essentially downloading it in smaller "chunks" of bytes. Useful especially for video files, where the entire content of the video does not need to be available immediately but can buffer as the video plays.

Path Params
string
required

One of the file identification options. A string produced by the system.

string
required

Drawer (sidedrawer) identifier.

string
required

Unique Folder (record) identifier (if Item type is record).

Headers
string
required

As per the W3C specification. The range of bytes "n-m" to stream, where "n" is the starting byte and "m" is the ending byte.

Response
200

Successfully downloaded a file by stream.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here!