Hello Sandeep, What form do your plugins take? Are these plugins not files? If the plugins are included in your PHP application, you may need to deploy your app again with the new plugins.
You may use the advantages offered by a paid account to request a quota increase, if this solves the issue. Access to resources is controlled by quotas, Cloud Platform resources not being limitless. The purpose of this quota-imposed limitation is to avoid a situation whereby an app uses resources on a large scale, preventing other apps and projects to access the same resources. Everyone pays for the received services, but resources in Cloud Platform, even if plentiful, are not unlimited, hence imposed quotas. On Friday, 07 May 2021 at 09:23:35 UTC-4 Sandeep Koduri wrote: > These are plugins which are in PHP not static files. > We are using a paid account. > > On Fri, May 7, 2021 at 3:50 AM 'yananc' via Google App Engine < > [email protected]> wrote: > >> Hi Sandeep, >> >> According to the documentation [1], Apps can serve static files from a >> Google Cloud option such as Cloud Storage, serve them directly, or use a >> third-party CDN. And also, the Google Cloud Platform free tier coverage >> does not provide quota increase requests, you may have to upgrade to a paid >> billing account if you would like to use features that are not included in >> the Free trial, such as GPUs, Windows servers, and quota increases [2]. >> >> >> [1]: >> https://cloud.google.com/appengine/docs/standard/go111/serving-static-files >> >> [2]: https://cloud.google.com/free/docs/gcp-free-tier#how-to-upgrade >> >> >> On Wednesday, April 28, 2021 at 3:14:38 PM UTC-4 Sandeep Koduri wrote: >> >>> I was looking at what files/folders has most files. Realized its >>> plugins, I am not sure if I can use plugins from Cloud Storage. >>> >>> I dont understand the solution here, if appengine is infrastructure as >>> service and I am paying for resources I use., why do I need special support >>> plan. >>> >>> Addressing responses from Google here, Cloud Storage Cant be answer for >>> problem here. And its not App Engine Free Tire issue(we have a billing >>> account). >>> >>> On Wednesday, April 1, 2020 at 12:18:03 AM UTC+5:30 [email protected] >>> wrote: >>> >>>> Thanks Katayoon >>>> we are uploading just 1 file per POST request. About 10'000 files per >>>> month. >>>> Henry >>>> >>>> >>>> >>>> On Tue, 31 Mar 2020 at 10:45, 'Katayoon (Cloud Platform Support)' via >>>> Google App Engine <[email protected]> wrote: >>>> >>>>> Hello Henry, >>>>> >>>>> Looking into your issue report, it seems your issue is not related to >>>>> the App Engine deployment quota and is related to the Blobstore >>>>> <https://cloud.google.com/appengine/docs/standard/java/blobstore>. >>>>> So, you may consider the maximum number of files in a single form POST >>>>> which the limit is 500. I have reopened your issue tracker ticket for >>>>> further investigation and you can continue with 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 view this discussion on the web visit >>>>> https://groups.google.com/d/msgid/google-appengine/cb50ade3-c13b-4de0-a0ab-3ac9311157ef%40googlegroups.com >>>>> >>>>> <https://groups.google.com/d/msgid/google-appengine/cb50ade3-c13b-4de0-a0ab-3ac9311157ef%40googlegroups.com?utm_medium=email&utm_source=footer> >>>>> . >>>>> >>>> -- >> > You received this message because you are subscribed to a topic in the >> Google Groups "Google App Engine" group. >> To unsubscribe from this topic, visit >> https://groups.google.com/d/topic/google-appengine/uxLbmkWZPqM/unsubscribe >> . >> To unsubscribe from this group and all its topics, send an email to >> [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/google-appengine/731d2dc7-490d-4c3b-80e5-fa1da8314bbcn%40googlegroups.com >> >> <https://groups.google.com/d/msgid/google-appengine/731d2dc7-490d-4c3b-80e5-fa1da8314bbcn%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/7fe3a8e4-c751-46ec-b8a7-7d0fd6a9ee6en%40googlegroups.com.
