Uploads a binary. Uploading a binary can result in a new release being created, an update to an existing release, or a no-op if a release with the same binary already exists.
HTTP request
POST https://firebaseappdistribution.googleapis.com/upload/v1/{app=projects/*/apps/*}/releases:upload
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-30 UTC."],[],[],null,["- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n\nUploads a binary. Uploading a binary can result in a new release being created, an update to an existing release, or a no-op if a release with the same binary already exists.\n\nHTTP request\n\n`POST https://firebaseappdistribution.googleapis.com/upload/v1/{app=projects/*/apps/*}/releases:upload`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\nThe following HTTP headers are required:\n\n- `X-Goog-Upload-Protocol`: `raw`\n- `X-Goog-Upload-File-Name`: \u003cvar translate=\"no\"\u003eFILENAME\u003c/var\u003e \n Where \u003cvar translate=\"no\"\u003eFILENAME\u003c/var\u003e is the name of the binary file being uploaded. Example: \"**release.apk**\".\n\n\u003cbr /\u003e\n\nPath parameters\n\nRequest body\n\nThe request body contains the raw binary.\n\nResponse body\n\nIf successful, the response body contains an instance of [Operation](/docs/reference/app-distribution/rest/v1/projects.apps.releases.operations#Operation).\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [OAuth 2.0 Overview](https://developers.google.com/identity/protocols/OAuth2)."]]