Search code examples
google-app-enginegoogle-apigoogle-api-php-clientgoogle-cloud-datastoregoogle-api-client

Google Cloud Datastore Console - Service Unavailable 503


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


Solution

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