[go: nahoru, domu]

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

Google has disabled the use of APIs from this API project. Why? #107

Closed
Folyd opened this issue Jan 10, 2016 · 3 comments
Closed

Google has disabled the use of APIs from this API project. Why? #107

Folyd opened this issue Jan 10, 2016 · 3 comments

Comments

@Folyd
Copy link
Folyd commented Jan 10, 2016

Hi guys,why i cannot access the place api after i enable bill account to my project? when i request the api,the server return such a error!

 {
"error_message": "Google has disabled the use of APIs from this API project.",
"html_attributions": [ ],
"results": [ ],
"status": "REQUEST_DENIED"
}
@0-wiz-0 0-wiz-0 mentioned this issue May 6, 2016
@rbouchez
Copy link
Contributor
rbouchez commented Jun 9, 2016

Hi Folyd. Late reply, but I don't think this is in the scope of this library: as the error message state, there seems to be a problem with your API project itself.

In such cases there should be a useful error message visible in the Developers Console, where the projects are managed. For example it is possible that your project has raised a Terms of Service violation flag, and as a consequence has been automatically suspended. Not sure what happened specifically in your case though.

@williamknn
Copy link

@rbouchez I think it's not a project issue. My system make requests to retrieve geolocation data and since yesterday, sometimes, we receive this same error. The system didn't changed anything that could broken this, until yesterday, it was working very well, thanks. And Developers Console doesn't show any error.

@rbouchez
Copy link
Contributor

@williamknn : this API response comes directly from the API, so if you receive exactly the same error at least this is a priori not an issue in this lib. You might want to open a ticket in Google's public tracker, under the Geolocation API component:
https://issuetracker.google.com/issues/new?component=188847&template=788015

Please note that "REQUEST_DENIED" status can refer to different error_message s. If your error_message is exactly the same, then your project should have at least its Geolocation API disabled.
If you have a different error_message, then I'd advise to carefully look at it, and check your requests accordingly.

Also, you might want to double-check that you are using the correct project, that the Geolocation API was not disabled recently, and that it has a non-null quota (in the quota tab):
https://console.cloud.google.com/apis/api/geolocation.googleapis.com/overview?project=<your_project_id>

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

4 participants