一个应用程序可以访问其他应用程序数据以查询Google App Engine中的密钥吗? [英] Can one application access other applications data querying the key in Google App Engine?

查看:86
本文介绍了一个应用程序可以访问其他应用程序数据以查询Google App Engine中的密钥吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



建议的方法:

  entity = db.get(key)

来源: http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata .html#Getting_an_Entity_Using_a_Key

解决方案

没有。但是,您可以使用 remote_api (以及其他应用程序的许可所有者)。

It would be an enormous security flaw if it does.

Proposed method:

entity = db.get(key)

source: http://code.google.com/appengine/docs/python/datastore/creatinggettinganddeletingdata.html#Getting_an_Entity_Using_a_Key

解决方案

No. But you could do it using remote_api (and with the permission of the other app's owner).

这篇关于一个应用程序可以访问其他应用程序数据以查询Google App Engine中的密钥吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆