简体   繁体   中英

how to upload stored image in datastore in google appengine?

I have an image stored as Blob in data store in google appengine (python) .. i want to upload this image to a server .

1- what is required to be done to upload this stored image to the server ?

If the API that you are dealing with wants to have a URL from which to fetch the image, what you can do is set up a handler that will serve the image from the blob.

The AppEngine Docs lay out what you need to do in your code . Is there something specific about those instructions that you don't understand?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM