Read small files
format="bytes" for binary data, and
format="stream" when callers should process chunks without loading the whole
file in memory.
Signed download URL
sandbox.download_url(path) as a convenience wrapper around
sandbox.files.download_url(path).
Pass user= to read and signed URL helpers when the path should be resolved
for a specific sandbox user.