Hi there,
I am attempting to add streaming capabilities to
Pyrebase for service accounts and have hit a bit of a brick wall.
With the standard calls to the REST API I just add an 'Authorization' header with the Service Account's access token, for example:
'Authorization': 'Bearer ya29.CjBFAzpjUba2OcLugE1K4aUPu4OqhJK9094P2WnIpgDpgZCONOBtga9B-eT7hrL8M_s'
This works just fine. However, this approach does not seem to be working when it comes to streaming, I get a standard:
401 Client Error: Unauthorized for url
Anyone have any hints?
Thanks for your help!