dongtan2603 2013-08-17 19:24
浏览 12
已采纳

存储* GAE本地数据存储的键在DataStoreViewer中给我错误

I have a *Key in entity A referring entity B. I can put() the data to data store without error but when try to browse entity A from Datastore Viewer, it gives the following error:

'Incomplete key found for reference property %s.' % name) BadValueError: Incomplete key found for reference property ds_key.

it seems blaming the key to be incomplete. If I use NewKey() to acquire a complete key, I need to manually provide a unique string or int ID to the key which is not what I want. I just want datastore generate a key of B for me and I keep that key from entity A.

thanks

  • 写回答

1条回答 默认 最新

  • dpm91915 2013-08-17 22:31
    关注

    Put() returns a complete Key even when you Put() with an incomplete Key. You need to

    1. Generate an incomplete Key for B (no need to manually provide a unique ID).
    2. Put() B to the datastore and look at the return value so you have a complete Key for it.
    3. Use that value in entity A.
    4. Put() A to the datastore.

    Now A will correctly reference B.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 在获取boss直聘的聊天的时候只能获取到前40条聊天数据
  • ¥20 关于URL获取的参数,无法执行二选一查询
  • ¥15 液位控制,当液位超过高限时常开触点59闭合,直到液位低于低限时,断开
  • ¥15 marlin编译错误,如何解决?
  • ¥15 有偿四位数,节约算法和扫描算法
  • ¥15 VUE项目怎么运行,系统打不开
  • ¥50 pointpillars等目标检测算法怎么融合注意力机制
  • ¥20 Vs code Mac系统 PHP Debug调试环境配置
  • ¥60 大一项目课,微信小程序
  • ¥15 求视频摘要youtube和ovp数据集