Hello Ganesh. As mentioned in this Stack Overflow question 
<https://stackoverflow.com/questions/32185522/error-413-request-entity-too-large-on-a-google-cloud-endpoints-api-call-from-a>,
 
it is possible that you are passing your data as url parameters which 
wouldd cause this issue. Note that the best place to get help for your 
specific technical questions such as getting an error is on Stack Overflow 
using one of the tags <https://cloud.google.com/support/docs/stackexchange> 
our community technical support team monitors, so you should post there if 
you need further help with this issue. Don’t forget to include as much 
information as possible such as the snippet of code from which you make the 
call.

On Monday, June 5, 2017 at 11:02:07 AM UTC-4, Ganesh Lawande wrote:
>
> We are using Google Endpionts to access data stored in Google Datastore 
> via Google App Engine Java Standard. 
> Request: with just 56 KB entity json data
> _ah/api/xxxxxService/v0.1/addXEntity?alt=json
>
>
> Result:
>
> {
>  "error": {
>   "errors": [
>    {
>     "domain": "global",
>     "reason": "requestTooLarge",
>     "message": "Request Too Large"
>    }
>   ],
>   "code": 413,
>   "message": "Request Too Large"
>  }
> }
>
>
> Can someone help us why this is happening. The billing is enabled on the 
> project.
>
>
> Please think twice before printing this email. Thank you. 
> This is a test append footer. Please ignore it.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/acbc219f-fcb2-4949-a099-e7a5f129b2ad%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine... Ganesh Lawande
    • [google-appe... 'Yannick (Cloud Platform Support)' via Google App Engine

Reply via email to