# プライベートキーの生成とダウンロード

*スキルレベル: エキスパート*

## 開始前の準備

* このアップロードキーを使用すると、AdaloがアプリをPlayストアにアップロードするために必要なキーを生成できます。

## 手順

1. メイン設定ページに戻り、「Service Accounts」タブをクリックします。

   <div align="center"><img src="/files/6lT8DLWVXBaoGHyXH3u1" alt="" width="563"></div>
2. 「新しいプライベートキーを生成」をクリックします。
3. 次に、「キーを生成」をクリックしてこのファイルをダウンロードします。これはあなたのService Account Keyであるgoogle-services.jsonであり、Adaloでビルドファイル（AAB）を作成する際にこのファイルを読み込みます。

   <div align="center"><img src="/files/P0hFZXEUku2H0Hhp5vAN" alt="" width="563"></div>
4. 次に、Adaloビルダーから[ビルドファイルを取得](/ja/testing-your-app/publishing-to-the-google-play-store/get-your-build-file.md)します！

## ヘルプ

この記事に関する追加のヘルプが必要な場合は、いつでも[コミュニティフォーラム](https://forum.adalo.com/)で質問できます！投稿する際は、この記事へのリンクも貼り付けるようにしてください！


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.adalo.com/ja/testing-your-app/publishing-to-the-google-play-store/generate-and-download-private-key.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
