google app engine - GCP Datastore after migration: Key must be from same project as batch -


i tried backup google cloud datastore , restore project, according guide. worked fine, except put or delete node in new project, gives:

valueerror: key must same project batch

so, checked source , found this:

if self.project != entity.key.project:     raise valueerror("key must same project batch") 

so seems items in datastore include previous project in keys. there way fix this?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -