API Reference
Log In
API Reference

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

File token.

string
required

Unique Drawer (sidedrawer) identifier.

string
required

Unique Folder (record) identifier.

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
Click Try It! to start a request and see the response here!