I am trying to make test request from
big-query docs
It works correctly when I use oauth2, but if I use api-key response is "code": 401, "message": "Request is missing required authentication credential. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.".
Any ideas?