Gert Cuykens
Gert Cuykens

Reputation: 7155

Is it possible to use google datastore without app engine?

Is there a "disable app engine only" button so I don't have a rogue hello world application hanging around on the web?

When I use this button it disables everything including datastore which I use separately as my haskell app database.

app engine

Upvotes: 3

Views: 1095

Answers (1)

Ying Li
Ying Li

Reputation: 2519

No, you cannot disable your App Engine and still have Datastore working.

That being said, you only need App Engine enabled, you don't need to have a functioning app or even a deployed app.

Upvotes: 1

Related Questions