gcloud-java Questions

3

Solved

I'm trying to insert data to Google Datastore from AppEngine and I'm getting an error: java.lang.IllegalArgumentException: A project ID is required for this service but could not be determined fro...

2

Hi I've an issue with Java SDK library for Google Cloud. I need to query Dialogflow V2 API and I'm using this SDK (https://github.com/GoogleCloudPlatform/google-cloud-java/tree/master) I've follo...
Furnary asked 11/5, 2018 at 14:45

1

I am trying to use google cloud data store in my play scala service (Play v2.5.7), because of which I am adding the google-cloud dependency in my build.sbt "com.google.cloud" % "google-cloud" % "...
Anagnos asked 6/10, 2016 at 7:54

1

Solved

I am trying to use GQL to get some data back from the datastore. When I do a SELECT * FROM Kind request, it works and I get data back. However when I try: SELECT * FROM kind where num < 1234...
1

© 2022 - 2024 — McMap. All rights reserved.