【发布时间】:2021-07-20 07:54:58
【问题描述】:
我尝试发送GET 请求到
https://maps.googleapis.com/maps/api/staticmap?key=***¢er=443.665751,-79.403373&zoom=12&size=800x600&path=color:0xFF0000AA|weight:1|fillcolor:0xFFB6C1BB|enc:...
整个 URL 大小为 272532 字节。但是当我发送这个请求时,我收到Error 413 (Request Entity Too Large) 错误消息:
Your client issued a request that was too large.
有没有办法向 Google Maps Static API 发送大请求(当 path 参数很长时)?
【问题讨论】:
标签: google-maps google-maps-api-3