Google Play Android Developer API not linked with Google Play Account - google-api

I try to check purchase status of in-App product via Google Play Android Developer API and it return error 403 with message "The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console." But Google API project id was linked Google Play Developer API.
This error was apeared only in last week - before it's worked.

Related

projectNotLinked error when using Google Play API Explorer to issue refund

I am trying to use Google Play Developer API (API explorer). Specifically talking about "orders.refund" API- I want to refund and revoke a single purchased IAP but getting the error below.
Went into Google Play Developer console
API access -> Created a new Google Cloud Project. Under APIs, I see "Google Play Android Developer API" set to "ON".
I click View API details which forwards me to my Google Cloud project where I see my Google Play Android Developer API
I click "Try in API explorer"
On the left side, I click order -> refund, and fill in the PackageName, orderID and revoke boolean field.
Google OAuth 2.0 and API Key are both checked, and I click EXECUTE
"Sign up with Google" dialog appears, I choose the same account I have, and then get the below error
Tried what other posts suggested a few years back- adding a new IAP product in Google Play Console, deleted it, but still no-go.
Anyone knows how to unblock me?
{
"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"
}
]
}
}

Error: 'The project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'

I'm asking this question again because existing solutions are not working in 2022.
Users give their package name in an input URL.
I have Oauth on my website.
I get auth token and refresh token from here and send a request to the following API.
GET https://www.googleapis.com/androidpublisher/v3/applications/your_package_name/reviews?
access_token=your_auth_token
I get the following error
I get the project id used to call the Google Play Developer API has not been linked in the Google Play Developer Console.'
Is this happening because I have not asked for any scope in Oauth?
Is there any way I can make getting reviews as simple as possible for users? Like after Oauth, users can immediately look at their ratings for this week.
I have switched on all these on play.google.com/console.

Action Required Google Play Policies. We have determined your app contains code to facilitate Disruptive Ads

I have one Web-view app in Google Play store. (only for Adroid)
According to Google, they found that my app is not compliant with the Disruptive Ads policy.
However, my App only has one interstitial ad by Google Admob...
Thus, Google Admob is making Disruptive Ads all the time?
Or should I remove the interstitial ad?
Google Play vs Google Admob, nonsense...

Cannot submit app to google app marketplace

I am integrating google app marketplace SDK to my web app and publishing it to chrome web store as specified here
I have published the app to restricted users (domain users only) to test the workflow.
The app is published to the domain users but when I access it and click to install, it adds as a chrome extension but I cannot access it as a Google Marketplace app.
For marketplace integration, I have created a project under Google APIs Console and enabled Google Apps Marketplace SDK. If I click the "Test Install Flow" button
the app is successfully installed as a marketplace app which I can access from universal app navigator of my domain email.
Question
Is this the best way I can test whether the app installs as a marketplace application for restricted users? Can I not see it added by directly installing it from the published url?
I have gone through a few links which mention that it is now not easy to submit app to marketplace unless you use atleast one of the Google Services APIs and get through the Google Apps Marketplace Listing Review Request.
Can not post Google Apps Marketplace Listing Review Request for API Project
How to create listing on google apps marketplace?
If I do not intend to use any of the Google Services APIs, and just use Google App MarketPlace SDK, will I not be able to get the app listed in marketplace?
Any help is much appreciated!
Assuming you have added both "DOMAIN_INSTALLABLE" and "GOOGLE_DRIVE" in your mainfest.json file. Try adding "app" section to the manifest. See https://developers.google.com/chrome/apps/docs/developers_guide

List Google Hangouts App on Google Apps Marketplace

We have developed an app using Google Hangouts API.
Now we want to list it on Google Apps Marketplace.
We have tried to add the Google Apps Marketplace SDK service to the app but it erases the settings of the Hangouts API page. These two services don't seem to work together.
Does anybody know if this can work? How long does Google usually take to reply to the Listing Review Request form?
The Listing Review process is a reactive process after your app is already published in the Google Apps Marketplace (via the Chrome Web Store)
Have you already listed the app on the Chrome Web Store?
Currently you cannot list Hangout Apps on the Google Apps Marketplace. In order for users to launch your Hangout App, use the the Hangouts Button.

Resources