Google API Explorer 403 Access Not Configured - android

I am trying to use the Google API Explorer to test my Google Play Game Services backend.
No matter what I do, the requests in the Google API Explorer always return "Access Not Configured. The API (Google Play Game Services API) is not enabled for your project. Please use the Google Developers Console to update your configuration"
Google API Explorer
I do believe that I have enabled the correct API's in the developer console
Google Developer Console
The requests are working in my deployed Android application.
My questions boil down to:
Do I need to perform any additional setup in the Developer Console to use the Google API Explorer?
Can the Google API Explorer be used in the way that I want it to, ie. to call HTTP requests to my Google Play Games Services?
How are the requests sent from Google API Explorer linked to my
specific app? For example, the games.leaderboards.list doesnt take any arguments from me - how can it know which app to get leaderboards from?

Related

Does the Google Drive Android API work for all Google accounts?

I’m trying to save some user preferences across multiple devices on my Android application.
Do I need to request the user other authentication credentials or additional steps to enable the Google Drive Android API beside the Google account they already have?
Is Google Drive available for all Google accounts?

Error this API project is not authorized to use this API. Please Ensure this API is activated in the Console

I have created an android project that make use of Google Places API. Once I send request for the nearest places am getting this error:
Error This API project is not authorized to use this API. Please Ensure this API is activated in the Console
I have already enabled Google Places api for Android and am using browser API key. My question is How do I activate my API? Or is it supposed to be purchased?
I got solution. I wanted to display nearest places around my location in my android application. I went and created browser api key using my gmail account in google api console. I was doing mistake to enable android google places api. Please don't enable it instead enabled Google Places API Web Service. That's how I solved my problem. Any Q am ready to answer

How to get a Tester API Key for Google Play Games?

Is there any way to get a Google Play Games API key for local testing purposes? (Android) (Similarly that the test key of Google Maps API).
I intend to use some of the Google Play Games APIs mainly for educational purposes (i.e For learning about it..). In the Google Play Services developer console, I tried create a key, but now the Google require a payment as Full Google Play Developer.
..Thanks in advance..
Here's an example tutorial. Just follow steps 1 - 6 in "Getting Started with Google Applications". Mine shows an example on getting a key for Google Maps Android API v2, but the entire list of apps is in there including the Google Play Games and other APIs.
Link: Getting Started with Google Applications - Google Maps API Example
No you cannot test without a developer account.. You need OAuth 2.0 client id. Game services testing can only be done with the projects which are exported/ran with a particular keystore SHA1 which you given while creating the client id.

Google Play Android Developer API

I'm developing an android application that is going to sell in-app products.
In the google documentation about "Google Play In-App Billing" there is a section called Purchase Status API. After reading this section what I've understood is that purchases verification should be done with the Google Play Android Developer API v1.1 in my backend server.
I've tried to understand the Google Play Android Developer API documentation, but I don't understand what I have to do to get an authorization token.
Please, help me!
Thanks
I've found a thread where it's explained everything. How to obtain the refresh token, how to use it to obtain a new access token, and how to use the API to query a subscription.
This is the thread where I've found the solution:
Unable to get the subscription information from Google Play Android Developer API
Hope this helps.
Have you looked at https://developers.google.com/android-publisher/authorization. This contains all the details you should need.
Basically, you login via your Google Account to the google api console, create a new project from the menu on the left and then on the list of api's on the right find the name of the api for the google play developer api and turn it on.
You will then need to follow the instruction on the web page about you create a new client.
Hope this helps.

Access to Google Play Android Developer API

I want to check my subscription in-app purchase from my android app using my own server. I wrote a php script, but I am getting all the time error "This developer account does not own the application". I used the same google account to create an app in the Google Play Developer Console and to create a web application in the Google APIs Console.
What can be wrong?
I had wrong email address set in the setting in the Google Play Developer Console.

Categories

Resources