Closed
Description
As per the REST API documentation, I tried to delete videos from my parse server using the curl command i.e;
curl -X DELETE
-H "X-Parse-Application-Id: ${APPLICATION_ID}"
-H "X-Parse-Master-Key: ${MASTER_KEY}"
https://YOUR.PARSE-SERVER.HERE/parse/files/...profile.png
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": {}
}
Metadata
Metadata
Assignees
Labels
No labels