On Thu, Nov 28, 2013 at 4:18 PM, RGA TechSP <[email protected]> wrote:
> I`m using app engine with java and getting this error when trying retrieve > a especific register from datastore.. > I believe that this error is related with a value None on datastore > > campaignResourcesvalue:[datastore_types.Key.from_path(u'Campaign', > 5398208297566208L, u'CampaignResource', 5629499534213120L, type:list > I don`t know why this value was placed in that way, In datastore viewer I > can`t change a property of list type and I can`t retrieve this document in > my application, what can I do? > You can replace the entity by adding a blank entity with the same kind and ID as the above. Then you can fill the new entity with the correct values you want. ----------------- -Vinny P Technology & Media Advisor Chicago, IL App Engine Code Samples: http://www.learntogoogleit.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
