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": {}
}
The text was updated successfully, but these errors were encountered:
ranand16
changed the title
error while deleting the files from the parse db using CURL command givne on the documentation
error while deleting the files from the parse db using CURL command given on the documentation
Mar 31, 2018
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": {}
}
The text was updated successfully, but these errors were encountered: