How do I bulkupload image BLOBs in Google App Engine?

You can do it, just not with the bulk uploader. You need to access the remote api directly This site has a basic example of how to use it: billkatz.com/2009/2/Remote-API--World Its pretty slow and a good idea to have a retry mechanism A more detailed description can be found here: code.google.com/appengine/articles/remot....

You can do it, just not with the bulk uploader. You need to access the remote api directly. This site has a basic example of how to use it: billkatz.com/2009/2/Remote-API--World Its pretty slow and a good idea to have a retry mechanism.

A more detailed description can be found here: code.google.com/appengine/articles/remot....

I believe that what you are trying to achieve is not possible using the app engine bulkloader. Instead try to create some kind of uploader yourself. For example you could upload the images as a zip file and then extract it an store it in the datastore.

The code for that should be fairly straightforward if you can map your images to the datastore entity (e.g. By using a naming convention).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions