google cloud platform - The project has not enabled BigQuery -
i'm running gcp , having issues when attempting query bigquery via api. i've entered project, table, correctly. here api call:
get https://www.googleapis.com/bigquery/v2/projects/test-project/datasets/test_dataset/tables/test_transactions?selectedfields=trans_id&key={your_api_key}
here error:
  "code": 400,   "message": "the project test-project has not enabled bigquery."   i went test-project, , have ensured i've enabled bigquery running queries console.
 
 
Comments
Post a Comment