Re: [go-nuts] Pass API key to google cloud vision api

2017-12-20 Thread Chris Broadfoot
Stack Overflow is the best place to ask questions for GCP. The documentation does describe how to authenticate to this API. If I recall correctly, API keys are not supported. On Dec 21, 2017 2:46 AM, "Sathish VJ" wrote: I'm trying to make an api call to google vision api using an api key from

[go-nuts] Pass API key to google cloud vision api

2017-12-20 Thread Sathish VJ
I'm trying to make an api call to google vision api using an api key from golang. But I'm getting a 400: bad request, invalid_grant error. What is the right way to make this call? import ( // ... "google.golang.org/api/option" vision "cloud.google.com/go/vision/apiv1" "golang.org/x/n