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
However the DELETE is returning a 403 before the deleteHandler is even called. I see that the FileRouter is using a enforceMasterKey method but I am unsure how to alter my request to use the masterkey as Parse.Cloud.useMasterKey(); did not work.
The text was updated successfully, but these errors were encountered:
You pass the master key in the headers of the request. Check the JS SDK docs and Rest API docs. If you continue to have issues, please ask a question on Stack Overflow as this repo is for bugs in Parse Server, not implementation questions.
I am using an
afterDelete
hook to handle deleting a File that is included in each object. From the hook I am using the following the code.However the DELETE is returning a 403 before the
deleteHandler
is even called. I see that the FileRouter is using a enforceMasterKey method but I am unsure how to alter my request to use the masterkey asParse.Cloud.useMasterKey();
did not work.The text was updated successfully, but these errors were encountered: