Download a build's mapping file
/apps/{id}/builds/{buildFileId}/downloadDownload one of a build's mapping files, packaged the way its
platform tooling expects. File ids come from the files array of
the builds list response.
The response is the mapping file itself with a Content-Disposition
filename, not JSON. Packaging depends on the file's mapping_type:
proguard returns the mapping file as stored, named mapping.txt;
elf_debug returns the debug file as stored, named with its uploaded
filename; jsbundle returns the bundle or sourcemap file as stored,
named with its uploaded filename; dsym returns a zip of the .dSYM
bundle reconstructed around the stored DWARF binary, named
<binary>.dSYM.zip.
Authorization
bearerAuth User access token issued at sign-in. Sent as
Authorization: Bearer <access-token> unless cookies are used to send
tokens. The /auth/refresh and /auth/signout endpoints expect the
session's refresh token in the same header format instead.
In: header
Path Parameters
App's UUID.
uuidBuild file's UUID.
uuidResponse Body
application/octet-stream
curl -X GET "https://example.com/apps/497f6eca-6276-4993-bfeb-53cbbbba6f08/builds/497f6eca-6276-4993-bfeb-53cbbbba6f08/download""string"Think this page can be better?
Open an issue