Publish Folder

Summary Publishes a folder and returns the public url of that folder that can be used to access the it
Request https://www.digitalbucket.net/api/rest/publishfolder.axd?folderid=56
Method POST
Parameters folderid (id of the folder you want to publish)

Success

<Success>
  <Code>52</Code>
  <Message>[public url of the published folder]</Message>
</Success>

Error

<Error>
  <Code>-503</Code>
  <Message>You are not allowed to publish this folder.</Message>
</Error>
<Error>
  <Code>-504</Code>
  <Message>You are not allowed to publish other user's folders.</Message>
</Error>

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