Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2021-05-10 Thread 'George (Cloud Platform Support)' via Google App Engine
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

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2021-05-07 Thread Sandeep Koduri
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 < google-appengine@googlegroups.com> wrote: > Hi Sandeep, > > According to the documentation [1], Apps can serve static files from a > Google Cloud

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2021-05-06 Thread 'yananc' via Google App Engine
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

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2021-04-28 Thread Sandeep Koduri
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.

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-31 Thread Henry Saldyga
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 wrote: > Hello Henry, > > Looking into your issue report, it seems your issue is not related to the >

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-31 Thread 'Katayoon (Cloud Platform Support)' via Google App Engine
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 . So, you may consider the maximum number of files in a single form POST which the

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-28 Thread Henry Saldyga
Hi Manpreet Sidhu, Thank you for the clarification. We upload about 10'000 files to the BLOB in a MONTH not in a DAY. In a day it's no more that 500 files now days and have a plenty of room while our business is growing. It's hard to switch to google Cloud storage as we have hundreds of

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-28 Thread 'Manpreet Sidhu (Google Cloud Support)' via Google App Engine
Hi Henry, The Quota of 10,000 files is an App Engine deployment quota. This information is publicly available on our App Engine documentation regarding Quotas[1]. This quota enforces a maximum of 10,000 files per day. As an alternative to uploading files when deploying App Engine

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread Henry Saldyga
Hi Michael, Also this what I got in private issue from your colleague: *ba...@google.com added comment #10 :* Hi Henry, There is a hidden quota of 1 files uploaded per app ( i.e per project). That would explain why you are not

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread Henry Saldyga
Hi Michael, Thank you for the fast respond too. This is actually the key. The issue occurs in the one ( old ) project only that already have about 180'000 uploads. I created another project and uploaded there the same source code and everything works as expected and how it used to be in

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread 'Michael T' via Google App Engine
Thanks for your prompt answer, Henry! The team did try to reproduce the issue on their test environment, not on your project (which we're not allowed to make any changes/updates). Ty On Thursday, March 26, 2020 at 11:29:18 PM UTC-4, Henry Saldyga wrote: > > Hi Michael Targino, > > You

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread Henry Saldyga
Hi Michael Targino, You stated that App Engine team couldn't reproduce the issue. That means they managed to upload a file to the BLOB storage using BLOB API on my project. Could you please provide the blob-key for this uploaded file ? Henry. On Thu, 26 Mar 2020 at 20:12, 'Michael

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread 'Michael Targino' via Google App Engine
Hi Henry, I also could locate the private thread you made reference to. Indeed the App Engine team couldn't reproduce this issue you're experiencing. But I can see a lot of communication issues on that thread by the person who was talking to you. More specifically he should've explained

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-26 Thread Henry Saldyga
Hello Jad, That;s what I got from the person you are directly in contact and the person handling it ( The issue I experienced ). Status: Won't Fix (Infeasible) 02:14AM Hi Henry, I there has been some confusion here. We are not Google Cloud Platform support. Google Issue Tracker is intended

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-25 Thread Henry Saldyga
Thanks Jad. When Google set a 10'000 upload limit to BLOB to a commercial project where hundreds of external applications upload about 10'000 files in a month after they already uploaded 180'000 it ruins the business. You are our last hope, Jad Henry. On Wednesday, 25 March 2020

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-25 Thread 'Jad El Houssami' via Google App Engine
Hello and thank you all for your feedback. @Dmitry I can certainly understand how the 10,000 file limit could be insufficient to your use case, however you must keep in mind that a free trial is meant for customers to learn the platform and

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-23 Thread Henry Saldyga
Our Java GAPE application ( and it's not a free tier with billing enabled ) since 2014 was using a Google BLOB storage . Since that our clients performed about 180'000 file uploads . Than on February 15th Google BLOB API stopped to upload any files just returning 500 Internal server error. A

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2020-03-23 Thread Dmitry Ivanov
It's an idiotic restriction. The tensorflow package alone contains over 5000 files. I have a tiny app and I exceeded the limit. What were they thinking.. On Monday, 15 April 2019 14:51:02 UTC+1, Shaharia Azam wrote: > > Hello Everyone, > I know this is a common questions but actually this is

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2019-04-23 Thread diogoalmeida via Google App Engine
Hello Shaharia, I understand the inconvenience, however, please note that the Google Cloud Platform free tier coverage does not provide quota increase requests. Please check here more details about the free tier. On Sunday, April 21, 2019 at

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2019-04-21 Thread G. M. Shaharia Azam
George, Thanks for your reply with instructions. But that's not the case. In my previous reply i wrote that to get file limit increase i have to upgrade my support plan with money and then tell someone from GCP support to increase. That's not convenient. That's what i wanted to express. --

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2019-04-21 Thread 'George (Cloud Platform Support)' via Google App Engine
Hello Shaharia, You should have a look at the "Getting Support for Google Cloud Platform" documentation page , "Contacting Technical support" sub-chapter, and proceed in the accordance with the instructions provided there.

Re: [google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2019-04-21 Thread Shaharia Azam
From the GCP Console quota request, I couldn't find any option to increase this specific file limit quota on App Engine section. This quota is changeable? I didn't know that. So what would happen if I don't have any support package, to send a quota increase request, I have to upgrade my

[google-appengine] Re: Max 10,000 file limit is not suitable for modern full featured wordpress site or any PHP app

2019-04-15 Thread 'Nicolas (Google Cloud Platform Support)' via Google App Engine
Hi Shaharia, Thank you for bringing those inconveniences that you are experiencing , I’ll make sure to relay those to the App Engine engineering team. In the meantime for the default 10,000 file upload issue, if you have a Silver, Gold, or Platinum support package you can contact a support