GET
/
files
/
{file_id}

This API returns a 302 Redirect response with appropriate Location header such that the download of the file is initiated when the API is triggered from a webapp on a browser.

If the requirement is to get an auth-less URL which can be easily shared, refer Generate download URL API

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

file_id
string
required