You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using python-firebase to push data since a long time but today, I'm facing this issue:
HTTPError: 400 Client Error: Bad Request for url: https://app.com/essential/activepassive.json
Code:
from firebase import firebase
firebase=firebase.FirebaseApplication('https://app.firebaseio.com/',None)
firebase.put('/essential','activepassive',dictionary)
The text was updated successfully, but these errors were encountered:
quinnbee
changed the title
HTTPError: 400 Client Error: Bad Request for url: https://app.firebaseio.com/essential/activepassive/.json
HTTPError: 400 Client Error: Bad Request for url: https://app.firebaseio.com/essential/activepassive.json
Feb 7, 2020
I've been using python-firebase to push data since a long time but today, I'm facing this issue:
HTTPError: 400 Client Error: Bad Request for url: https://app.com/essential/activepassive.json
Code:
The text was updated successfully, but these errors were encountered: