roniest / google-apis-explorer

Automatically exported from code.google.com/p/google-apis-explorer
Apache License 2.0
0 stars 0 forks source link

Can't access Google Play Game Services API v1 - Message : Access Not Configured... #259

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open API Explorer
2. Go to Services > Google Play Game Services API v1 
3. Select games.leaderboards.list  with GET method(or any resource/method)
4. Authorize requests using OAuth 2.0 (Authenticated with default scopes: 
games; plus.login 
5. Executed

What is the expected output? 
List of Leaderboards from my Game Project

What do you see instead?
403 Forbidden

- Show headers -

{
 "error": {
  "errors": [
   {
    "domain": "usageLimits",
    "reason": "accessNotConfigured",
    "message": "Access Not Configured. The API is not enabled for your project, or there is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your configuration.",
    "extendedHelp": "https://console.developers.google.com"
   }
  ],
  "code": 403,
  "message": "Access Not Configured. The API is not enabled for your project, or there is a per-IP or per-Referer restriction configured on your API key and the request does not match these restrictions. Please use the Google Developers Console to update your configuration."
 }
}

What version of the product are you using?
Google API Explorer with Google Chrome 39.0.2171.95 m

On what operating system?
Windows 7

Please provide any additional information below.

I can execute successfully any service from Google+ API but I can't execute 
from Google Play Game Service / Management

My project has all APIs enabled: 

Google Play Game Services Management
Google Play Game Services
Google+ API

Original issue reported on code.google.com by digitalM...@gmail.com on 14 Jan 2015 at 8:13