GET /files/:id API with the id of the file.
File ID
Theid for any file can be determined by visiting a file in the web
application and copying the id from the URL. For example, for the URL
https://*.app.box.com/file/123 the file_id is 123.
Additional fields
To get more of the fields for a file, make sure to pass along thefields
query parameter.
