4

I am working on a Google Datastore integration and I have the following issue with Google's console. I have another Datastore project that is working correctly. I just dont understand why it returns 503 Service Unavailable. I created the project via my Google Accounts, so I am the owner of the account, it should be working. Any ideas?

Here is the issue: enter image description here

Dan McGrath
  • 41,220
  • 11
  • 99
  • 130
Teodor Talov
  • 1,933
  • 2
  • 25
  • 39

1 Answers1

0

Here is what worked for me. I added one project which was basically called something like my-project for production and my-project-dev for development. My project is working perfectly, but my-project-dev is not (refer to screenshots above).

So I created a new project and took the name that Google Datastore generated and that worked.

Teodor Talov
  • 1,933
  • 2
  • 25
  • 39