-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
I am trying to refer to the Cloud Code example given for "beforeSave(Parse.Installation" and the function calls Parse.Cloud.useMasterKey(); But with the new Parse Server setups for the open source deployment, I read that I cannot use that line for using Mater Key anymore. How can I add that into this part of the function?
if (request.user) { request.object.set('user', request.user); } else { request.object.unset('user'); } response.success();
Thanks!
Metadata
Metadata
Assignees
Labels
No labels