Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project id not linked Google Validation #324

Open
rogerkerse opened this issue Jul 23, 2020 · 1 comment
Open

Project id not linked Google Validation #324

rogerkerse opened this issue Jul 23, 2020 · 1 comment

Comments

@rogerkerse
Copy link

rogerkerse commented Jul 23, 2020

{
   error: {
      code: 403,
      message: "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
      errors: [
         {
            message: "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.",
            domain: "androidpublisher",
            reason: "projectNotLinked",
         }
      ],
   }
}

I have Firebase project (under account A) linked with Play Store Publish (under account B). In config function I use googleServiceAccount properties from Firebase Service account.

Whenever I try to validate receipt I get the error 403
What am I doing wrong?

@KochMario
Copy link

Did you create your purchases / subscriptions BEFORE linking your project?
If so, try creating new purchases / subscriptions or edit the existing ones (update their description, etc.).

I had the same issue and for me it was becasue I created my subscription before linking the project to Google Developer API.
Besides that you should check that you've proper Google Service Accounts setup and allowed access for them in your Google Console (under API).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants