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 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"
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.
Is there something wrong on docker or else?
Thanks
Patrick Lee
The text was updated successfully, but these errors were encountered: