yongjhih/docker-parse-server

Cannot DELETE Parse File

Open

#103 opened on Oct 31, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (161 forks)github user discovery
help wanted

Repository metrics

Stars
 (474 stars)
PR merge metrics
 (PR metrics pending)

Description

Hi All,

I have implemented the your docker image. The parse server can login, post data, and upload the file.

However when I delete the file using the below curl command to delete file. I got the below error message. curl -X DELETE -H "X-Parse-Application-Id: xxxxxxxx" -H "X-Parse-Master-Key: xxxxxxxxxxx" "https://xxxx.xxxx.org/parse/files/xxxxxxxx/102cb55670cdbe2eeb1c30c3dc853357_hello.txt"

Error message.

Cannot DELETE /parse/files/xxxxxxxx/102cb55670cdbe2eeb1c30c3dc853357_hello.txt

Is there something wrong on docker or else?

Thanks

Patrick Lee

Contributor guide