PricePush logoPricePush

Google Play Service Account Setup

Follow these steps to generate a service account JSON file for PricePush

1

Go to Google Cloud Console

Navigate to the Google Cloud Console

Sign in with the Google account that has access to your Google Play Developer account.

2

Create or select a project

  1. Click the project dropdown at the top of the page
  2. Click "New Project" or select an existing project
  3. If creating new: give it a name (e.g. "PricePush") and click "Create"
3

Enable the Google Play Android Developer API

  1. In the search bar at the top, type "Google Play Android Developer API"
  2. Click on the API from the results
  3. Click the "Enable" button
  4. Wait for the API to be enabled (usually takes a few seconds)
This API is what lets PricePush read and update your app's pricing.
4

Create a service account

  1. In the left sidebar, go to "IAM & Admin" → "Service Accounts"
  2. Click the "+ Create Service Account" button at the top
  3. Enter a name (e.g. "pricepush-service")
  4. Click "Create and Continue"
  5. Skip the "Grant this service account access to project" step (click "Continue")
  6. Skip the "Grant users access to this service account" step (click "Done")
5

Create and download the JSON key

  1. Find your newly created service account in the list
  2. Click on the service account email
  3. Go to the "Keys" tab
  4. Click "Add Key" → "Create new key"
  5. Select "JSON" as the key type
  6. Click "Create"
  7. A JSON file will automatically download to your computer
Keep this file safe. It is the credential PricePush uses, and anyone with it has the access you grant below.
6

Grant access in Google Play Console

The account is created in Google Cloud, but access is granted in Play Console. This is the step people miss.

  1. Go to Google Play Console → Users and permissions
  2. Click "Invite new users"
  3. Paste your service account email (the "client_email" field in the JSON)
  4. Select both access levels below (you need both)
  5. Click "Invite user". The invitation is accepted automatically

Both of these, and nothing else. Play splits read from write, so one alone will not work:

  • "Manage store presence"Required for editing pricing
  • "View app information and download bulk reports (read-only)"Required for listing products
Tip: you can grant these at the account level (all apps) under "Account permissions", or per app under "App permissions".
7

Collect these two values

PricePush asks for these on the connect screen. Here is where each one lives:

  • The service account JSONThe file that downloaded when you created the key. Open it and copy the entire contents, brackets included.
  • Your app's package nameShown in Google Play Console next to your app, for example com.example.app

Troubleshooting

"Permission denied" or a 403 on every price push

The classic one, and it looks like the connection works: your products list fine, then every push fails. Play splits read from write, so a service account with only read access can fetch and never write. Grant "Manage store presence" in Play Console → Users and permissions.

Note: Very common when you reuse an Expo/EAS submit service account. Those are scoped for releases, not pricing.

"API not enabled" error

The Google Play Android Developer API has to be enabled in the same Google Cloud project the service account lives in. Check you were in the right project when you enabled it.

Cannot find "Users and permissions" in Play Console

You need a Google Play Developer account, not just a regular Google account. The option sits in the left sidebar of Play Console.

The invitation never seems to apply

Permissions can take a few minutes to propagate. You can also grant at the account level under "Account permissions" (all apps) rather than per app under "App permissions".

Got your key? Put it to work.

Paste it into PricePush and it reads your products with their current per-country prices. From there a price update is two clicks: one to localize, one to push.

Setting up App Store Connect instead? Follow the App Store Connect guide.