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.