Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Service account doesn't show up in Google Play Console after creation

From my Google Play console I linked a project. Then I created a service account. Still, when refreshing the console, it still says "There are no service accounts associated with your project." Waited over 24 hours already. The purpose of all that is receipts validation.

Picture 1: a linked project: enter image description here

Picture 2: service-account created: enter image description here

like image 844
GuyC Avatar asked May 07 '18 06:05

GuyC


2 Answers

I had the same problem, I fixed it this way:

When you create a service account in step 2, you need to select a role to grant this service account some permissions, although it shows the step is optional, but for some cases, it's not. If you skip this step, the newly created service account will not show up at the Google Play Console API access page, and you will get this error message, The current user has insufficient permissions to perform the requested operation when you run your code.

enter image description here

like image 172
Run Avatar answered Sep 20 '22 22:09

Run


You much enable "Google Play Android Developer API" (one of Google Api & services) for your application via a credential! Google supplies many API for developers can call them from their app. A credential same as a permit (3 types of credentials : API key (such as youtube), OAuth, Service Account) If you never enable one API, it never shown on API Access page!

like image 40
Thang Dang Avatar answered Sep 17 '22 22:09

Thang Dang