Hi, I've just realised I'm using the datastore for other data in my web application. I can't see how I can use it to store mp3 files which are referenced on the client side. I believe they need to remain in the static files for them to be accessible to my javascript on the client side.
Is there anyway I can increase my quota for the size of my war file. Thanks Suaiman On Dec 27, 5:37 pm, Sulaiman Rafiq <[email protected]> wrote: > Hi Nicanor, > > Thanks for the response. Can you give any pointers or links to how I would > go about storingf mp3 files in the datastore? Also, I reference the an mp3 > file on the client side within some javascript. I can't see how I could > reference an mp3 file on the client side, when it is stored within the > datastore. Any advice? > > Thanks > Sulaiman > > 2009/12/27 Nicanor Cristian <[email protected]> > > > > > You cannot deploy war files bigger than 150000000 bytes. You might > > consider storing the mp3 files in the datastore. > > > [email protected] ha scritto: > > > Hi, > > > > I'm working on a web application where users can listen to mp3's > > > through a open source web player. The war file is around 400mb, > > > containing 579 files. > > > > I got the application working with a handful of mp3's. However, I've > > > now tried to up the number of mp3's I'm uploading onto the app engine > > > and I'm getting the following error: > > > > java.io.IOException: Applications are limited to 150000000 bytes of > > > resource files, you have 154353960. > > > > I've done a number of deployments to the app engine during the day, as > > > part of my testing. The mp3 files are part of the static files I'm > > > uploading within the war file. At present, I have 6 versions of my > > > application on the app engine. > > > > Have I hit the maximum size of my war file? Or is the limit I've > > > reached to do with doing numerous uploads to the app engine? In doing > > > multiple uploads to the app engine, I have changed the structure of my > > > static files, renaming folders and files along with moving the mp3 > > > files into different folders. Could this be a cause of hitting the > > > resource file limit? > > > > Would paying to increase my quota, which I'm prepared to do, solve the > > > problem? > > > > Thanks in advance for the help! If my goal of creating an application > > > containing so many mp3 files is ill-advised for a google app engine > > > application, then please let me know! > > > > Thanks > > > Sulaiman > > > > -- > > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > > To post to this group, send email to > > [email protected]. > > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%2B > > [email protected]> > > . > > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. > > > -- > > > You received this message because you are subscribed to the Google Groups > > "Google App Engine for Java" group. > > To post to this group, send email to > > [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine-java%2B > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine-java?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" 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-java?hl=en.
