You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{
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?
The text was updated successfully, but these errors were encountered:
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).
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?
The text was updated successfully, but these errors were encountered: