Can I load static files from my google drive ?
On Monday, February 8, 2010 10:08:08 AM UTC+5:30, Geoffrey Spear wrote:
>
> No, you can't.  There's no way to write to the filesystem without
> deploying a new version of the app.
>
> Really the only options are to store the files in the datastore and
> have handlers that serve them as if they're static, or to use the
> Blobstore API to upload and serve them.
>
> On Feb 7, 8:33 am, "[email protected]" <[email protected]>
> wrote:
> > Hello,
> > I am interested whether you can make GAE to save files (uploaded from
> > a computer or from outside url) without having to upload the whole
> > app. Ideally, I would like to save new static html files compiled from
> > outside URL data and save .swf files to a GAE app engine folder on the
> > GAE server.
> >
> > Yours,
> > Zdravko
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.

Reply via email to