401 Unauthorized
- Show headers -
{
"error": {
"errors": [
{
"domain": "global",
"reason": "required",
"message": "Login Required",
"locationType": "header",
"location": "Authorization"
}
],
"code": 401,
"message": "Login Required"
}
}
I’m getting the above error while trying to Access BigQuery using API key(Simple API Access)
Any knows y it is so??
What type of application are you trying to build?
BigQuery doesn’t support access by API key, but it does support a variety of authorization flows, including using service account authorization. Read more about which BigQuery API authorization flow to choose.