I use Google Docs currently in my projects to give my clients the
control over their files: list, rename, delete, move, etc. I
programmed a synchronisation cron every hour or so to cache data
localy in datastore. The advantage is I haven't got to programme all
that boring ui: remove, rename, etc.

On 6 feb, 18:14, Roberto <[email protected]> wrote:
> 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