0

I am using BigQuery Connector in WSo2 EI 6.5.0 to work with Dataset, Tables etc.

In my case, I need to generate credentials through Service Account.

  • In bigquery.init Operation there is apiKey param is there. It needs to be known whether API key alone is sufficient for this integration?
  • If Oauth2 parameters are needed, then creation of those credentials through Service Account instead of individual IDs. how can we do this?

Kindly clarify on the same.

Justin
  • 855
  • 2
  • 11
  • 30

1 Answers1

0

You can use either an API Key or OAuth parameters. You don't need both. For Oauth Application creation you can take a look at this document.

ycr
  • 12,828
  • 2
  • 25
  • 45
  • 1
    Hi @ycr, Thanks for clarification and sharing ref link. I believe BigQuery does not support API Key authorization. It is possible to utilize an OAuth-based approach. – Justin Mar 08 '23 at 14:44