我无法创建网关 API Google 错误:“无法转换为服务配置。”位置:“未知位置”
Posted
技术标签:
【中文标题】我无法创建网关 API Google 错误:“无法转换为服务配置。”位置:“未知位置”【英文标题】:I can't create a Gateway API Google Error: "Cannot convert to service config. 'location: "unknown location" 【发布时间】:2021-11-07 04:16:55 【问题描述】:我正在尝试在 Google Cloud Platform 上创建 API 网关,填写完所有字段并单击创建网关后出现以下错误消息:
无法转换为服务配置。 'location: "unknown location" kind: ERROR message: "Unable to parse the content. while parse a block mapping\n in 'reader', line 1, column 1:\n swagger: '2.0'\n ^\nexpected ,但在 'reader' 第 2 行第 5 列中找到 BlockMappingStart\n:\n info:\n ^\n\n at [Source: (StringReader); line: 1, column: 15]" '
我认为这与API Spec字段中所需的Yaml文件的配置有关,如下图所示:
我的yaml文件配置如下:
swagger: '2.0'
info:
title: API Gateway for Cycle
description: "Send a deal object for the data to be treated"
version: "1.0.0"
host: teste.apigateway.project-teste-homolog.cloud.goog
schemes:
- "https"
produces:
- "application/json"
paths:
"/data-verification-homologation":
post:
x-google-backend:
address: URL.example
description: "Jailson esteve aqui =)"
operationId: "dataVerification"
parameters:
-
name: iataCode
in: query
required: true
type: string
responses:
200:
description: "Sucess"
schema:
type: string
400:
description: "Error"
我已经检查了以下谷歌文档https://cloud.google.com/endpoints/docs/grpc/troubleshoot-config-deployment,但我无法解决错误。
【问题讨论】:
【参考方案1】:您的缩进不正确。
swagger: "2.0"
info:
title: "API Gateway for Cycle"
description: ...
YAML 需要非常精确的缩进。
在此处查看 YAML Swagger (OpenAPI) 示例:https://swagger.io/docs/specification/basic-structure/
【讨论】:
以上是关于我无法创建网关 API Google 错误:“无法转换为服务配置。”位置:“未知位置”的主要内容,如果未能解决你的问题,请参考以下文章
Google Cloud KMS 错误 - 您所在地区无法访问此 API。 (HTTP 状态 - 403)
尝试通过 Cloudformation 创建 AWS API 网关时出错
Azure API - 无法从 API 管理访问 API 网关 URL