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 used my App Id, master key & parse server url where ever required in the above code. I got this error:-
{
"message": "Not Found",
"error": {}
}
I used postman application and windows command prompt for sending the curl command but resulted the same error each time.
Even querying a class( the basic of all ) also returns the same error.
{
"message": "Not Found",
"error": {}
}