You can upload your file in blobstore, than instances of your app can read it by 1 MB pieces http://code.google.com/intl/en/appengine/docs/java/javadoc/com/google/appengine/api/blobstore/BlobstoreService.html#fetchData(com.google.appengine.api.blobstore.BlobKey, long, long)
On 25 апр, 11:39, "Magnus O." <[email protected]> wrote: > Hi, > > I'm using the MaxMind GeoLiteCity.dat (http://www.maxmind.com/app/ > geolitecity) file to get the geolocation of my visitors. It works > great in the development environment but I can not deploy it since the > dat file is about 30MB? > > Is it not possible to deploy files larger than 30mb? > > //Magnus > > -- > 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 > athttp://groups.google.com/group/google-appengine?hl=en. -- 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.
