Reputation: 7474
Using appcfg.py it's quite easy to import export the datastore.
But what about the blobstore? Is there any similar way to import/export the blobstore? If not are they some libraries to do so?
The goal is to move the blobstore from an Appengine app to another Appengine app
Thanks!
Upvotes: 3
Views: 537
Reputation: 101149
The bulkloader doesn't currently support uploading or downloading blobs. In order to do this, you'd have to write your own code for it.
Upvotes: 2