Question
ids for this class must be manually assigned before calling save():
Hi.
On write to datastore for overwriting an EXISTING record I am getting the following error.
ids for this class must be manually assigned before calling save():
I see plenty of posts saying enable autogeneration, but don't feel this is appropriate given no autogeneration should be occurring on this entry and it already has a primary key filled in.
If such a thing did work after enabling autogeneration, it seems to me that would mean something is going wrong and a completely new Entity is being saved.
Am I wrong in this understanding?
