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 c语言怎么用printf(“\b \b”)与getch()实现黑框里写入与删除?
  • ¥20 怎么用dlib库的算法识别小麦病虫害
  • ¥15 华为ensp模拟器中S5700交换机在配置过程中老是反复重启
  • ¥15 java写代码遇到问题,求帮助
  • ¥15 uniapp uview http 如何实现统一的请求异常信息提示?
  • ¥15 有了解d3和topogram.js库的吗?有偿请教
  • ¥100 任意维数的K均值聚类
  • ¥15 stamps做sbas-insar,时序沉降图怎么画
  • ¥15 买了个传感器,根据商家发的代码和步骤使用但是代码报错了不会改,有没有人可以看看
  • ¥15 关于#Java#的问题,如何解决?