I am getting the following error while accessing Google Play Developer API using a service account:
The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.
The service account email and .p12
file were generated using the service account option in APIs&Auth -> Credentials
. The Application in the Google Play Developer API was linked to the project using the project id as mentioned in google's docs.
However, I am still getting this error when I try to use the Publishing API. I am looking for a solution to this error and a step by step process to use the Google Publishing API for the Java client to publish an APK using the Google Play Developer API. I am using androidpublisher_v2_public
.