google-cloud-datastore Questions

9

Solved

I want to create a Firestore in Native mode in an existing project. I don't have any data in Cloud Datastore, but it blocks me, saying This project uses another database service Your current p...

6

Similar issues were submitted but none of the solutions work. When trying to do this tutorial from the Google Cloud doc, I'm getting the following error when trying to access the datastore: googl...
Krystenkrystin asked 6/12, 2017 at 10:12

10

Solved

The question is simple. I need projectId in order to establish connection insde Google Cloud Function. I found the documentation where it said, that projectId is optional parameter and will be chec...

2

Solved

Hey all, For context: I had this dev_appserver setup working late last year in 2021, and upon trying to set it up again, I'm getting odd errors. BadArgumentError: app must not be empty. I've solved...

5

I was trying to use the GCP filestore, following the simple quick example in the product website and get an error: "google.api_core.exceptions.FailedPrecondition: 400 The Cloud Firestore API is not...
Stereography asked 18/9, 2019 at 23:34

5

Solved

I'm using the node Bigquery Package, to run a simple job. Looking at the results (say data) of the job the effective_date attribute look like this: effective_date: BigQueryDate { value: '2015-10-...
Rompers asked 7/9, 2018 at 11:25

3

I have an existing Google Cloud project which uses Datastore. I'm excited by Firestore and would like to switch. According to https://www.youtube.com/watch?v=SYG-BgXoJFQ it is recommended to create...

6

Solved

I've got some Objectify test code running in JUnit and I'm getting this error: java.lang.IllegalStateException: You have not started an Objectify context. You are probably missing the ObjectifyFil...
Transcalent asked 31/12, 2014 at 22:40

2

Solved

I am working with NodeJS on Google App Engine with the Datastore database. I am using composite query filter and just need a basic "OR" condition. Example: Query Tasks that have Done = false OR p...
Cap asked 21/11, 2017 at 19:14

3

Solved

I am working with NodeJS on Google App Engine with the Datastore database. Due to the fact that Datastore does not have support the OR operator, I need to run multiple queries and combine the resu...
Ferromagnetic asked 22/11, 2017 at 14:29

2

Solved

In my application on Flask I use multiprocessing in a batch of files - user uploads a .zip with many pdf files -, after the upload, a new entity is created on the database for each file, then a thr...

3

Solved

How do I update only one property of an entity in the google cloud datastore, without remove all other properties? key = client.key('employee', ID) employee_to_deactivate = datastore.Entity(key) e...
Burberry asked 6/7, 2017 at 13:59

6

Solved

There are two kinds of entity: User and Trip. User is parent to Trip and Trip is child to User. For privacy consideration I am POSTing only Trip ID/Name. Because it is looks like a Trip Key contai...
Stoplight asked 13/1, 2013 at 8:38

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...

30

Does anyone know how to delete all datastore in Google App Engine?
Danyluk asked 30/6, 2009 at 8:52

4

Solved

Google Cloud Firestore is going to replace the legacy Google Cloud Datastore soon. One then has the choice between using Cloud Firestore in "native mode" or in "datastore mode". The former allows a...
Giacomo asked 12/8, 2018 at 4:29

2

Error: too much contention on these datastore entities. please try again. at /Users/wgosse/Documents/data-transfer-request/node_modules/grpc/src/node/src/client.js:554:15 code: 409, metadata: Metad...

2

Solved

I'm writing a script for setting up a Google Cloud project and I'd like to use Firestore. A new project, however, is by default in Datastore mode. Switching to Firestore can easily be done using ...

7

Solved

I am trying out Google Cloud Functions today following this guide: https://cloud.google.com/functions/docs/quickstart I created a function with an HTTP trigger, and was able to perform a POST requ...

2

Solved

I am trying to export bigquery data to google cloud storage bucket via the API. I adapted a code snippet from here https://cloud.google.com/bigquery/docs/exporting-data Job job = table.extract(for...

3

Solved

I've found myself needing to do a GetMulti operation with an array of keys for which some entities exist, but some do not. My current code, below, returns an error (datastore: no such entity). er...
Bludge asked 6/3, 2013 at 16:17

4

Solved

** UPDATE ** Thanks to Alfred Fuller for pointing out that I need to create a manual index for this query. Unfortunately, using the JSON API, from a .NET application, there does not appear to be ...
Katanga asked 2/7, 2013 at 16:58

2

Solved

We have an older application based on the AppEngine SDK (now deprecated) and the superseded Cloud Datastore. In the process of migrating to Google Cloud SDK we also decided to move from JPA/Datanuc...
Farrago asked 6/12, 2019 at 9:13

1

Solved

Here's the situation: I have a Firestore Database. I download it on a daily basis to a Google Cloud Storage Bucket as a backup. If I want to download it locally, I do it using this command gsutil -...

3

Solved

I'm currently building a Google Cloud Dataflow job which parses XML files and saves the entries using Google Datastore, bu the different Java libraries seem to be very confusing. First I found com...
Malapropism asked 4/1, 2017 at 18:50

© 2022 - 2024 — McMap. All rights reserved.