I am creating XML files in my GAE web application and I would like to host them somewhere. The link has to be consistent HOST_URL + filename. So Amazon S3 looks like it would work - I can upload a fil
I\'ve a problem with the methode blobstoreService.getUploadedBlobs(). I\'ve a JSP page in wich one I set an uploader like this :
I am attempt to use the Blobstore api for appengine usingGWT... I promise you! I had it working for months and suddenly I started
Im currently building an web-app that allows users to upload content via blobstore and to later download it.
I have a problem how to encrypt compressed blobs of type zip. Because of some reasons I cannot use chilkat module, zipfile module provides only decryption, so I do not know what to use to encrypt zips
I am working on an application that allows users (publishers) to upload files to the blobstore, and then this app serves blobs back to other users if they pay for it. Because this blobs are stored on
What is your best way to remove all of the blob from blobstore? I\'m using Python. I have quite a lot of blobs and I\'d like to delete them all.I\'m
I\'m using the Google App Engine Blobstore to store a range of file types (PDF, XLS, etc) and am trying to find a mechanism by which the original filename of the uploaded file - as stored in blob_info
For retrieving image from blobstore, I usually do the following and it works: <img src=\"/image?blob_key={{ blob_key }}\"></img>
On GAE this line of code: file_name = files.blobstore.create(mime_type=\'image/png\') drops google.appengine.runtime.DeadlineExceededError