使用服务帐户从 Firestore 获取文档

Get document from Firestore with service account

我正在尝试使用服务帐户向 Firestore 发出 Oauth2 请求,但它一直显示 Missing or insufficient permissions.,我正在使用范围 https://www.googleapis.com/auth/datastore。我可以使用服务帐户写入 Google 工作表 API。非常感谢任何帮助

我想通了,在 IAM in GCP console add your Service Account and give it the permissions according to: https://cloud.google.com/datastore/docs/access/iam 下。然后使用 oauth 范围:https://www.googleapis.com/auth/datastore。我想 google 决定调用 Firebase、Datastore 获取权限是个好主意。