Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the maximum size of a PUT request for google app engine?

I've googled around, but found no answer. What is the maximum size of a PUT request for google app engine?

like image 895
shino Avatar asked Jan 15 '13 12:01

shino


People also ask

How many App Engine applications can be created in a project?

Creating an application Each Cloud Platform project can contain one App Engine application.

Is Google App Engine deprecated?

Looks like it is set to be deprecated on July 30, 2019 while the shutdown date is set for July 30,2020. You may find further details about this here. As for the launcher, we recommend moving to the Cloud SDK for future developments. You may install it here.

What does Google App Engine offer?

App Engine is a fully managed, serverless platform for developing and hosting web applications at scale. You can choose from several popular languages, libraries, and frameworks to develop your apps, and then let App Engine take care of provisioning servers and scaling your app instances based on demand.


1 Answers

The maximum request size for any app engine request is 32 MB. You can see this in the Request Quotas section in the docs.

like image 157
Jesse Rusak Avatar answered Sep 24 '22 23:09

Jesse Rusak