-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Rest Api deleting file not working #340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Delete is not yet implemented in files.js or the file adapter system. Definitely useful to add, will mark up-for-grabs for now. |
so it will be implemented in near future.thanx |
The file delete is still not working, i have update the parse-server code today, that has the commit for file delete, but still the same error occurs as mentioned above. |
Any chance you can provide more details? Also, could you create a new issue for it and link back here? |
The same for me, not working.. |
While trying to deleta a file using rest api with master key i get response msg-->
cannot delete /parse/files/$myappid/$filename.extension
and on my server i get 404 router error
cURL command -------->
curl -X DELETE
-H "X-Parse-Application-Id: $appid"
-H "X-Parse-Master-Key: $masterKey"
https://server-add/parse/files/...profile.png
or
curl -X DELETE
-H "X-Parse-Application-Id: $appid"
-H "X-Parse-Master-Key: $masterKey"
https://server-add/parse/files/$myappid/...profile.png
both statments cause the above mentioned response.
Is there a reliable solution to my problem?
The text was updated successfully, but these errors were encountered: