Datastore error: Your request included invalid parameters

262 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 answers

0
hebeha 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
Kappa Leonis 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.