ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
589 stars 155 forks source link

Un Authorized Because Token Generator #96

Open AlifAbhiesa opened 5 years ago

AlifAbhiesa commented 5 years ago

i have an error message raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 401 Client Error: Unauthorized for url:

because the auth key using generated token, when i try hit the url with secret from firebase it work. how can i authenticate firebase without generated token?

Lele991 commented 5 years ago

I have your same mistake, you managed to solve the problem?

duhaime commented 4 years ago

I had the same problem and posted this question and my solution here: https://stackoverflow.com/questions/57530684/firebase-database-401-for-all-get-and-post-requests-using-auth-version-2/57530708#57530708