[google-appengine] Re: gcloud app deploy command broken

2021-05-02 Thread Assistant RDV
OK problem resolved. *Root cause: * Content of the staging bucket of Cloud Storage was corrupted. *Solution: * Delete staging bucket from Cloud storage and run "gcloud app deploy" command again. So the deploy command will create a new bucket and upload file from scratch. On Wednesday, April

[google-appengine] Re: gcloud app deploy command broken

2021-04-27 Thread Assistant RDV
Hi, there is the log of Cloud Build. It seem that 2 files are corrupted in bold font. Is there any command I can use to flush existing file/image and upload brand new files? Thanks starting build "80322687-0c4e-4b52-bd98-9441d3472263" FETCHSOURCE BUILD Starting Step #0 - "fetcher" Step

[google-appengine] Re: gcloud app deploy command broken

2021-04-27 Thread 'Shawn Wu' via Google App Engine
please add --verbosity(https://cloud.google.com/sdk/gcloud/reference#--verbosity) flag to debug to pull out the error details for further understanding On Tuesday, April 27, 2021 at 9:09:10 AM UTC-4 in...@rdvassistant.com wrote: > hello, > I am looking for help for an issue of GAE deploy > >