> For the complete documentation index, see [llms.txt](https://docs.getupdraft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.getupdraft.com/dashboard/account/developer-accounts/google-play-developer-api-integration-guide.md).

# Google Play Developer API Integration Guide

{% hint style="info" %}
This feature is included in the [Pay-as-you-go and Enterprise plan](https://docs.getupdraft.com/~/changes/hCUa1az9yKp7rsxQS8yk/dashboard/account/plan-and-billing)
{% endhint %}

### Prerequisites

Before you begin, ensure you have:

* A **Google Play Developer account**.
* Access to the **Google Cloud Console**.
* An **Updraft account**.

### Create a Google Cloud Project

1. Navigate to the [Google Cloud Console](https://console.cloud.google.com/).
2. Click on the project dropdown and select **New Project**.
3. Enter a project name and click **Create**.

### Enable the Google Play Developer API

1. In the Google Cloud Console, go to **APIs & Services > Library**.
2. Search for **Google Play Android Developer API**.
3. Click on it, then click **Enable**.

### Create a Service Account

1. In the Google Cloud Console, navigate to **IAM & Admin > Service Accounts**.
2. Click **+ CREATE SERVICE ACCOUNT**.
3. Provide a name and description for the service account.
4. Click **Create and Continue**.
5. Assign the **Service Account User** role.

### Generate a JSON Key for the Service Account

1. In the **Service Accounts** list, click on the newly created service account.
2. Navigate to the **Keys** tab.
3. Click **Add Key > Create New Key**.
4. Select **JSON** and click **Create**.
5. Securely store the downloaded JSON key file; you'll need it for integration.

### Grant Access in the Google Play Console

1. Go to the [Google Play Console](https://play.google.com/console/).
2. Navigate to **Users and permissions**.
3. Click **Invite new user**.
4. Assign the necessary permissions, such as:
   * **View app information**
   * **Manage production releases**
   * **Manage testing track releases**
   * **Edit store listing, pricing & distribution**

### Integrate with Updraft

1. Log in to [Updraft](https://getupdraft.com/login).
2. Navigate to **Profile > Developer Accounts**.

<figure><img src="/files/zWxLpLIR6kfreL0rpCxf" alt=""><figcaption><p>The Integrations tab under Profile > Developer Accounts</p></figcaption></figure>

1. Click **Connect Google Play**.
2. Upload the JSON key file you downloaded earlier.
3. Click **Save** to complete the integration.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.getupdraft.com/dashboard/account/developer-accounts/google-play-developer-api-integration-guide.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
