我正在尝试使用Firestore的RPC端点获取GetDocument。
我正在做的是将网址设置为:
https://firestore.googleapis.com/$rpc/google.firestore.v1beta1.Firestore/GetDocument
然后我的标题是:
Content-Type => application/x-protobuf
X-Goog-Api-Key => Api Key from Credentials
作为回应,我得到Missing required project ID.
如果我删除X-Goog-Api-Key
,我仍然会得到相同的答复。
我该如何解决?