内容
Python SDK経由でFirestoreにアクセスした際に以下のようなエラーが出た。「***」はプロジェクトIDです。
自分の場合は、GAEを無効にしていたため、駄目だったっぽいです。以下の「Note that Cloud Datastore or Cloud Firestore always have an associated App Engine app and this app must not be disabled.」が該当箇所です。放置していたプロジェクトで作業しようとしたため、昔に何も考えずに無効にしていたのでしょうかね。何にしても無駄な時間を使いました。
404 The project *** does not exist or it does not contain an active Cloud Datastore or Cloud Firestore database. Please visit http://console.cloud.google.com to create a
project or https://console.cloud.google.com/datastore/setup?project=*** to add a Cloud Datastore or Cloud Firestore database. Note that Cloud Datastore or Cloud Firestore always have an associated App Engine app and this app must not be disabled.
404 The project *** does not exist or it does not contain an active Cloud Datastore or Cloud Firestore database. Please visit http://console.cloud.google.com to create a
project or https://console.cloud.google.com/datastore/setup?project=*** to add a Cloud Datastore or Cloud Firestore database. Note that Cloud Datastore or Cloud Firestore always have an associated App Engine app and this app must not be disabled.