New Plugin: Google Service Account (FREE)

Does this work with BigQuery?

@victor.mudretsov i believe it should, yes: Introduction to authentication  |  BigQuery  |  Google Cloud

I went as far as generating the bearer token but get an “unauthorised or not found” error when trying to initialise the call. One thing I didn’t quite understand in the manual is the last point - what sample response to paste in “Manually enter API response”? Here is my call:

Hi @victor.mudretsov :

It looks like the Big Query API does not accept URL parameter based authentication, only bearer token. It’s basically the same, but instead of having a parameter in the url, you need to add a header with the key as “Authorization” and the value as “Bearer x1234” where x1234 is really the same token you generated, but making sure to include the word Bearer exactly as bolded and a space between the two.