I’m trying to test Google Cloud API key on postman, GET method - I’ve already have a Google account and API key, I’ve enabled API key in Google Meet -
I’ve passed the API_KEY parameter in the (Headers) tab, also in the Authorization tab I’ve changed the authentication type to (API key) and put the value of API key
But in all cases I’ve got the same result, the error is
{
** “error”: {**
** “code”: 403,**
** “message”: “Method doesn’t allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API.”,**
** “status”: “PERMISSION_DENIED”**
** }**
So what’s the mistake in the steps I’ve done to get the response from Google cloud?

