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

gapi.client.init stopped working #517

Closed
Willdorf opened this issue Apr 3, 2019 · 3 comments
Closed

gapi.client.init stopped working #517

Willdorf opened this issue Apr 3, 2019 · 3 comments

Comments

@Willdorf
Copy link

Willdorf commented Apr 3, 2019

gapi.client.init was working fine (for months) but has now stopped working with the following error:

{
"error": {
"code": 400,
"message": "Request contains an invalid argument.",
"status": "INVALID_ARGUMENT",
"details": [
{
"@type": "type.googleapis.com/google.rpc.BadRequest",
"fieldViolations": [
{
"field": "kind,name,version,rootUrl,servicePath,resources,parameters,methods,batchPath,id",
"description": "Error expanding 'fields' parameter. Cannot find matching fields for path 'kind'."
}
]
}
]
}
}

@daphshez1
Copy link

The reason seems to be that the API Discovery Service for BigQuery is slighty broken. https://issuetracker.google.com/issues/129897211

@grant
Copy link
Contributor

grant commented May 20, 2019

This issue looks fixed after looking at the link posted.
If it isn't, please re-open this issue.

@grant grant closed this as completed May 20, 2019
@sychedelix
Copy link

I have the same issue with Google Tag Manager since last Wednesday.

https://content.googleapis.com/discovery/v1/apis/tagmanager/v2/rest?fields=kind%2Cname%2Cversion%2CrootUrl%2CservicePath%2Cresources%2Cparameters%2Cmethods%2CbatchPath%2Cid&pp=0

"error": { "code": 400, "message": "Request contains an invalid argument.", "status": "INVALID_ARGUMENT", "details": [{ "@type": "type.googleapis.com/google.rpc.BadRequest", "fieldViolations": [{ "field": "kind,name,version,rootUrl,servicePath,resources,parameters,methods,batchPath,id", "description": "Error expanding 'fields' parameter. Cannot find matching fields for path 'kind'." }] }] }

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