Hi all,

I need to develop a GAE app that receives documents (pdf or scanned images) 
via incoming mail and stores them in a repository.

Once stored, all docs are public available.

The standard solution would be the Blobstore but I was wondering if other 
alternatives are actually possible and if they have advantages, for example:
- Uploading the document/photo to a Google Sites well-known page via GData 
api - this is probably slow but cheap (using Google Apps 10GB are free) and 
the documents are easily accessed via the Sites UI.
- Using Google Storage: this is slightly more expensive but the uploaded 
file can be served directly from the Google storage, bypassing GAE, thus 
saving cpu time and bandwidth.

Any advice ?

Thanks
Roberto

-- 
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