Hello,
Access token I'm using has all available user scopes (so including DocumentReference.write).
Response I'm getting is:
"severity": "error",
"code": "forbidden",
"details": {
"text": "Forbidden resource"
},
"expression": [
"http.Authorization"
]
Body of the POST is identical to the example provided in the above URL.
Can you point me towards a solution?
Thanks, Gasper