Posts Tagged ‘google app engine’

Scrapping the project… Sorry Google App Engine

I have decided to put my filesharing project on a hold for now… The problem with the whole idea is that Google App Engine don’t allow me to handle data requests larger that 1 MB without going through the Blobstore interface. This would be now big problem for me except the fact that to use [...]

Simple fileshare service – proof of concept

I’ve just concluded my proof of concept tests with Google App Engine (Java version) – and so far I’m happy! I am writing a simple file-sharing service – I tend to use the term ‘drop-box’ a lot when explaining about it. The concept has now been proven (sending e-mails back and forth – log-in – [...]