Google App Engine 413错误(请求实体太大) [英] Google App Engine 413 error (Request Entity Too Large)

查看:341
本文介绍了Google App Engine 413错误(请求实体太大)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经在Python中实现了一个App Engine服务器,用于处理发送给它的html文档.当我在本地运行它时,一切都很好,但是在运行App引擎时,出现以下错误:

I've implemented an app engine server in Python for processing html documents sent to it. It's all well and good when I run it locally, but when running off the App engine, I get the following error:

"413.那是一个错误.您的客户发出的请求太大.这就是我们所知道的."

"413. That’s an error. Your client issued a request that was too large. That’s all we know."

请求只有155KB,我认为应用引擎的请求限制为10MB.我已经确认我没有超出任何每日配额,所以有人知道会发生什么吗?

The request is only 155KB, and I thought the app engine request limit was 10MB. I've verified that I haven't exceeded any of the daily quotas, so anyone know what might be going on?

提前谢谢!

-萨斯瓦特

推荐答案

它看起来像是因为我正在执行GET请求.将其更改为POST即可解决.

Looks like it was because I was making a GET request. Changing it to POST fixed it.

这篇关于Google App Engine 413错误(请求实体太大)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆