Unexpected response code 403
"code": 7,
"message": "Client application blocked.",
"details": [
"@type": "type.googleapis.com/google.rpc.DebugInfo",
"stackEntries": [],
"detail": "service_control"
]
OpenAPI security definitions:
paths: /method_path: get: responses: '200': description: OK security: - api_key: []
securityDefinitions:
api_key:
type: apiKey
name: key
in: query
curl "${ENDPOINTS_HOST}/method_path?key=${YOUR_KEY}"
Please could you provide more details as seen in the previous messages? Like which types of endpoints framework is being used, also the configuration of the endpoint to require the API key as it may give us more understanding of the possible issue.
Also it will help a lot to know if you are following any guide on the process.