Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-18 Thread Lourdu rajan
Hi Ani Hatzis, Could you provide some steps to make my code as public, so that I can upload my code for your exploration. Yeah, my gCloud SDK is up-to date. Regards Lourdu Rajan G On Thu, May 17, 2018 at 11:12 PM, Ani Hatzis wrote: > Ok, beta makes sense then and maybe

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-17 Thread Ani Hatzis
Ok, beta makes sense then and maybe it's really just a bug. If your code is public I could try to deploy myself into a temporary project and see if the deployment gives me the same error. Have you ever used Cloud Shell ? It makes reproducing such

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-17 Thread Lourdu rajan
Hi Ani Hatzis, Thanks for your reply. I am trying to publish my code as Endpoint Services in Google Flex Environment. Currently Endpoint backend deploy methodlogy is in beta version. So "gcloud beta app deploy" command used for deploying my code into the Flex environment. I also tried to

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-16 Thread Ani Hatzis
Hi, well, that doesn't sound like 10,000+ files. If it's a bug you could file a report in the Public Issue Tracker . Is there a particular reason that you use gcloud *beta* app deploy instead of gcloud app deploy? The first one gives you the commands that are

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-16 Thread Lourdu rajan
Hi Ani Hatzis, Thanks for your reply. I don't have any process like file storage or file processing. Just trying to deploy my code into the Google app engine flexible environment, which has basic functionality and it's reference. Like, app.yaml, openapi.yaml, app.js, db.js, package.json and node

Re: [google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-15 Thread Ani Hatzis
Does your app deployment indeed include more than 10,000 files? You cannot deploy an app with more than 10,000 files. The deployment is supposed to contain mainly code and configuration files. You probably want to also host a bunch of other files (images, PDFs etc.) and have added them to the

[google-appengine] gcloud beta app deploy : This deployment has too many files

2018-05-15 Thread Lourdu rajan
I got the below error, when I tried to deploy my Google Cloud Flex Environment Endpoint project (NodeJs) through gcloud command (gcloud beta app deploy). ERROR: (gcloud.beta.app.deploy) INVALID_ARGUMENT: This deployment has too many files. New versions are limited to 1 files for this app.-