mySoftwareArtifact_downloadFile

GET /users/{uid}/mysoftware/{msid}/artifacts/{said}/bin/{fileName}

Downloads the software artifact binary or archive.

This request is the same as mySoftwareArtifact_download.

The software artifact binary can be downloaded without authentication if an downloadId is added as a query parameter. To retrieve the downloadId, use mySoftwareArtifact_get.

Note

The downloadId can only be used once, afterwards it expires, and a new downloadId must be retrieved.

Security Summary

  • Requires Authentication: false
  • Entitlements Required: None

URI Parameters

  • uid (required): the id of the user
  • msid (required): the id of the mySoftware
  • fileName (required): the file name of the binary to upload
  • said (required): the id of the softwareArtifact

HTTP Request Body Parameters

None