Get File

Summary Downloads the content of a file
Request https://www.digitalbucket.net/api/rest/getfile.axd?fileid=bd64d349-d584-45f3-a0fb-287bcb66fb34
Method GET
Parameters fileid (id of the file you want to download)

Success

Content of the file is returend in the response stream.

Error

<Error>
  <Code>-42</Code>
  <Message>You have reached your bandwidth quota.</Message>
</Error>
<Error>
  <Code>-201</Code>
  <Message>You are not allowed to access this file.</Message>
</Error>

- For other errors refer to the list of Common Errors.