Datastore error: Your request included invalid parameters

255 Views Asked by At

I am trying to update an entity in data store using admin UI. I get an error 'Datastore error Your request included invalid parameters.'. Any ideas how to get over this?

2

There are 2 best solutions below

0
On

I'm getting the same error pop-up. From the logs I can see this message: "Failed to execute 'write' on 'Document': It isn't possible to write into a document from an asynchronously-loaded external script unless it is explicitly opened."

0
On

Wrong property data type.

First entity created with a property "A date and time" and "Indexed".

When you start creating second entity instead "A date and time" will be "An Integer".

Hence, error is raised, because data format is wrong.