I have a question about the Google Cloud Datastore.
I set up an application in Java that writes and retrives entities from the datastore, but I'm not able to write image or binary data inside it.
The google docs says that is this (it is the only missing example): https://developers.google.com/datastore/docs/concepts/entities#Embedded_Entities
But it is not clear how to do this.
Thanks in advance for the help