I'm trying to find an easy way to get data from GAE datastore using the cloud console. I can use GQL Query from https://console.cloud.google.com/datastore/entities/query . The result list contains keys but not URL-safe keys. I wasn't able to find any function to transform keys to URL-safe keys to get them in the result list. Maybe I should use Google Cloud Shell? Can someone help?
PS My Application is a java backend and I have no idea how to create and execute python's scripts.