I have the following app.yaml:

runtime: python27
api_version: 1
threadsafe: true

handlers:
  - url: /
    static_files: dist/index.html
    upload: dist/index.html

  - url: /(.*)
    static_files: dist/\1
    upload: dist/(.*)




However, I have files outside of dist are also attempted to be uploaded:

ERROR: (gcloud.app.deploy) Cannot upload file 
[/Users/nikos/WebstormProjects/quantumvue/media/QUANTOM INFO INTRO .mp4], 
which has size [50597610] (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.
➜  quantumvue git:(master) ✗ gcloud app deploy     

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/c5b38986-c3a3-41cf-9196-2def4549eb9a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to