Google Cloud Remote API cannot deserialize remote error from Datastore

151 Views Asked by At

I'm connected locally to a remote Google Cloud Datastore using the Google's RemoteApiInstaller

When trying to save an entity into the Datastore I'm getting the error: com.google.appengine.tools.remoteapi.RemoteApiException: remote API call: can't deserialize server-side exception

Does anyone know how I can see the server side exception either through Datastore logs or by figuring out how to deserialize the error?

0

There are 0 best solutions below