On Mon, Mar 5, 2012 at 12:20 PM, Kayode Odeyemi <[email protected]> wrote:
> > In my use case, I just needed the files to be stored temporarily using the > filesystem api (just for UI purposes). To permanently save the uploaded > file, I implemented the blobstore api. This way I don't have to worry about > whether the files will be available in the saved directory forever. > This may be a significant part of your misunderstanding. There is no local filesystem you can write to. The Files API lets you write to the Blobstore or Google Storage, that's it. All writes are "permanent" until you delete them. Jeff -- 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.
