Get a file
GET/files/:fileKey
Returns the file metadata and content for the given file key.
Request
Responses
- 200
- 401
- 403
- 404
- 500
The file was retrieved successfully.
The request lacks valid authentication credentials.
Response Headers
WWW-Authenticate
Forbidden. The request is not allowed.
The file was not found.
An internal error occurred while processing the request.