-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Hi,
I am getting error when I try to save a property with a long text -- to be precise more than 1500 characters.
The entity saved fine when I reduced the string char count to be 1500 characters and below.
Anything above 1500 char count will throw me this error:
... code: 400, metadata: Metadata { _internal_repr: {} } }
I understand appengine has this limitation but the documentation says a text property can have up to 2mb of data so there must be something wrong here.
Using gcloud version 0.32.0.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.