Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to link Google Play account to a Google Developer Project

I have use the google play developer console and want to set the API access. I have a google developer project before so I want to add the exist project.

I follow the documentation link:

Using an existing API project

If you are already a user of the Google Play Developer API, you can link to your existing API project by following these steps. If the API project you want to link to is not listed, verify that your Google Play Developer Console account is designated as an Owner, and the Google Play Developer API is enabled.

  1. Go to the API Access page on the Google Play Developer Console.

  2. Accept the API Terms of Service.

  3. Choose the project you’d like to link.

  4. Click Link.

Your Google Play Developer Console is now linked to the API project.

However, in my API Access page, there is only Create new project button, and I don't know to follow the steps to link the exist one. There is no project listed.

Does anyone have ideas? Thanks.

like image 456
Stephen Avatar asked Jun 17 '16 07:06

Stephen


People also ask

What is a Google Play developer account?

The Google Play Developer account is what gives you the ability to make your app available on the Play Store for Android users. Due to Google's guidelines and policies, you are required to setup your own developer account for your app to be published.


2 Answers

Now like this

Step 1

enter image description here


Step 2


enter image description here

Step 3

enter image description here

like image 40
Stanislav Avatar answered Nov 02 '22 21:11

Stanislav


Ensure the following:

If you are already a user of the Google Play Developer API, you can link to your existing API project by following these steps. If the API project you want to link to is not listed, verify that your Google Play Developer Console account is designated as an Owner, and the Google Play Developer API is enabled.

Login to google developer console and navigate to project you want to link to google play developer console, then:

  1. Choose "API Manager" from left menu
  2. Click "Enable API"
  3. Search for "Google Play Developer API"
  4. Click to view details and then click "Enable"

Done. Now you can go back to your Google Play Developer Console and refresh API Access page. Your project should be listed.

like image 136
jaPawel Avatar answered Nov 02 '22 19:11

jaPawel