Hi,

I'm trying to upload 1000 binary files that are each about 2.8MB to be
used by my application.  My first attempt took forever (due to the
large amount of data) and ended up failing so I tried to break the
upload into smaller chunks by just adding about 10 files, uploading
and then adding another 10 files.  This seems like a lot of effort,
but I'll only need to do it once thankfully.

It worked for the first couple of times, but then I get the following
error:
8<--------------------------------
Cloning 303 static files
Cloned 100 static files
Cloned 200 static files
Cloned 300 static files
Cloning 94 application files.
Deploying new version.
Rolling back the update.
Error 400: ---  begin server output  ---

Client Error (400)
The request is invalid for an unspecified reason.
---  end server output  ---
8<--------------------------------

Are there limits on the amount of application files a GAE can have.
There are certainly limits on the application data, but I haven't seen
limits on the application files.  Any ideas why I get this error?

Regards,
Tony

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to