Ravindra
Ravindra

Reputation: 2271

Oauth2.0 for Google Big Query

let me know if we run the php script on the Google cloud is oauth2.0 authentication required? because we are running the script on the Google platform.

I want to query the Big Query Table and get the result displayed on the interface.

Upvotes: 0

Views: 444

Answers (1)

Jeremy Condit
Jeremy Condit

Reputation: 7046

Yes, if you want to access the BigQuery API, you need to authenticate using OAuth 2.0.

https://developers.google.com/bigquery/authorization

Upvotes: 1

Related Questions