The request to API call datastore_v3.Put() was too large

后端 未结 1 1484
谎友^
谎友^ 2021-02-09 01:19

I am using google cloud sql with appengine.

I am getting com.google.apphosting.api.ApiProxy$RequestTooLargeException: The request to API call datastore_v3.Put() wa

1条回答
  •  时光说笑
    2021-02-09 01:45

    This happens because of GAE sessions, which under the hood use GAE Datastore to save session objects. This exception is thrown if more than 1Mb data is stored in session.

    0 讨论(0)
提交回复
热议问题