Erds
Erds

Reputation: 523

I am receiving a 503 when accessing the cloud datastore from a spring boot java app on a google cloud compute instance

I am working on a proof of concept for a spring-boot java web app hosted on a google cloud compute instance using the google cloud datastore.

Here is what I did:

I researched a few other issues like this on stack overflow, and the answers have been:

Thanks for the help

Upvotes: 1

Views: 308

Answers (1)

Erds
Erds

Reputation: 523

After sending my dataset id to Ed at Google Support, he noticed that there was a "zero width space" unicode character at the end of the dataset id.

I guess I was lazy when coding it up and copied it from the project's page of the Google Developer Console.

Re-keying the dataset-id/project-id did the trick.

Upvotes: 1

Related Questions