GET
/files/{file_id}/contentsGet File contents
Retrieves the binary contents of a File. The response redirects to a short-lived, pre-signed URL that expires after 10 minutes; follow the redirect to download the contents, or create a File Link to share the File with someone who does not have API access.
file_idstringrequired
The identifier of the File whose contents to download.
200Returns the raw binary contents of the File.
4XXReturned when the request has a client-side error.
5XXReturned when the server encounters an error processing the request.
Error handling
The file_id path parameter must identify an existing File. Follow the redirect to the pre-signed URL to download the contents; the URL expires after 10 minutes.