Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

GCP - Big Query using Postman

Good afternoon, I'm trying to make this request: "GET https://bigquery.googleapis.com/bigquery/v2/projects/{projectId}/datasets/{datasetId}/tables/{tableI...}" When I include the data, it gives me the following error: "{
"error": {
"code": 400,
"message": "Invalid table ID \"automatic-curve-415113.gcptestidynatracedataset.Tabla_de_prueba\".",
"errors": [
{
"message": "Invalid table ID \"automatic-curve-415113.gcptestidynatracedataset.Tabla_de_prueba\".",
"domain": "global",
"reason": "invalid"
}
],
"status": "INVALID_ARGUMENT"
}
}",

I have already checked the table data but still no response. This is the information of the table.

 

cjch1979_0-1708805042459.png

I would appreciate your help in using Postman for these requests.

1 2 2,296
2 REPLIES 2