You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're now getting this when making API requests in vertex API:
API keys are not supported by this API. Expected OAuth2 access token or other authentication credentials that assert a principal. See https://cloud.google.com/docs/authentication
The fix is to remove the api key from the url (leaving the bearer header).
The text was updated successfully, but these errors were encountered:
We're now getting this when making API requests in vertex API:
API keys are not supported by this API. Expected OAuth2 access token or other authentication credentials that assert a principal. See https://cloud.google.com/docs/authentication
The fix is to remove the api key from the url (leaving the bearer header).
The text was updated successfully, but these errors were encountered: