Skip to main content

Get file raw named

GET 

/box/:scope/file/:file_id/raw/{*file_name}

Requests the raw contents of a file, this is used for downloading the file or viewing it in the browser or simply requesting its content

This is identical to [get_raw] except it takes an additional catch-all tail parameter that's used to give a file name to the browser for things like the in-browser PDF viewers. Browsers (Chrome) don't always listen to the Content-Disposition file name so this is required

Request

Responses

Obtained raw file successfully