开发者

how to get the data in the datastore of App Engine by url

开发者 https://www.devze.com 2023-02-21 06:14 出处:网络
in Google Ap开发者_如何学Cp Engine,after using the makePersistent() to store the data in the datastore,i know how to get the data content by the key using getObjectById().

in Google Ap开发者_如何学Cp Engine,after using the makePersistent() to store the data in the datastore,i know how to get the data content by the key using getObjectById(). but now i wanna to get the data in the datastore by url. i think the url is created . so the question is how the url can be created to get the data in the datastore


There is no built-in means to access the datastore through URLs. If you choose to, your application can implement URLs that return data from the datastore.


I invite you to take a look at titan-files. It's a powerful file-system abstraction on top of the DataStore and/or blob store. I'm using it for a commercial application and so far I've been very happy with it.

0

精彩评论

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

关注公众号