API Design and fundamentals training on coursera: Error connecting the Firebase DB

I am testing the proxy using postman application. The error I get is the following.

{"fault":{"faultstring":"Unable to identify proxy for host: secure and url: \/db\/products","detail":{"errorcode":"messaging.adaptors.http.flow.ApplicationNotFound"}}}

Trying to analyse the error and trying to access the db directily with the following command:

curl -X GET https://apigee-developer-training-db.firebaseio.com/db/carts.json

gives me the following error:

{ "error" : "The Firebase database 'apigee-developer-training-db' has be downgraded by a database owner. If you are an owner, consider upgrading." }

Please advise

0 3 462
3 REPLIES 3

In the mean time the error on Postman is as follows:

{ "fault": { "faultstring": "The Service is temporarily unavailable", "detail": { "errorcode": "messaging.adaptors.http.flow.NoActiveTargets" } } }

The curl-command and error is still unchanged.

@Irene von Ow I have the same issue. Have you found a solution?

Your database name in the url is probably incorrect, Apigee may change it when you create the db. Go to the Database page, Data tab and look at the very top node of the json just above the 'db' node.

Mine is: apigee-developer-trainin-5973a Use whatever yours is in the url.