0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

FirestoreがSDKでアクセス出来ない時の備忘録

Posted at

内容

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

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?