API HUB QUESTION : Getting apis list from locations global and locations us-west1
Hi How to get apigee apis listing ?
Getting below error message:
{
"error": {
"code": 401,
"status": "UNAUTHENTICATED",
"details": [
{
"@type": "type.googleapis.com/google.rpc.ErrorInfo",
"reason": "CREDENTIALS_MISSING",
"domain": "googleapis.com",
"metadata": {
"method": "google.cloud.apigeeregistry.v1.Registry.ListApis",
"service": "apigeeregistry.googleapis.com"
}
}
]
}
}