I use below command:
gcloud app deploy --project=myproject --version=1 appengine/build/war/WEB-INF/appengine-web.xml
And I received error:
Beginning deployment of service [default]...
ERROR: (gcloud.app.deploy) Cannot upload file [c:\users\00000\appdata\local\temp\tmpb09m3n\tmpbh9iif\ode/37C5BBD515A75EB3B6617E21BF1F69BE.cache.js], which has size [35353266] (greater than maximum allowed size of [33554432]). Please delete the file or add to the skip_files entry in your application .yaml file and try again.
How can I do to resolve it?