开发者

Getting datastore Info through an API

开发者 https://www.devze.com 2023-03-18 20:16 出处:网络
How does one get image data (image url, image info) from datastore through an api? Is there a tutorial or a project that lets you upload imag开发者_如何学Goes like FotoRatan but also has an api which

How does one get image data (image url, image info) from datastore through an api?

Is there a tutorial or a project that lets you upload imag开发者_如何学Goes like FotoRatan but also has an api which can be used to get the image and image info from another website?


Here is an example how to store and serve files (maybe images) using Blobstore: http://code.google.com/appengine/docs/java/blobstore/overview.html#Uploading_a_Blob

You should also look at Picasa Web Albums Data API

0

精彩评论

暂无评论...
验证码 换一张
取 消