---
title: "Confirm an android keystore file upload"
method: POST
path: "/apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}/uploaded"
tags: ["android-keystore-file"]
---

# Confirm an android keystore file upload

`POST /apps/{app-slug}/android-keystore-files/{android-keystore-file-slug}/uploaded`

This is the last step of uploading an android keystore file to Bitrise. Confirm the android keystore file upload and view the file on the Code Signing tab of a specific app. Read more in our [Confirming the upload](https://devcenter.bitrise.io/api/managing-files-in-generic-file-storage/#confirming-the-file-upload) guide.

## Path parameters

- `app-slug` string, required
- `android-keystore-file-slug` string, required

## Response `200`

OK

- V0ProjectFileStorageResponseModel
  - `data` V0ProjectFileStorageResponseItemModel
    - `exposed_meta_datastore` object
    - `is_expose` boolean
    - `is_protected` boolean
    - `processed` boolean
    - `slug` string
    - `upload_file_name` string
    - `upload_file_size` integer
    - `user_env_key` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/bitrise/apis/bitrise-api.md) · [All operations](https://skmtc.net/bitrise/apis/bitrise-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitrise/bitrise-api/revisions/89468e4a014b/schema)
