Parse-server: CLP pointer permissions

Created on 22 Feb 2016  路  3Comments  路  Source: parse-community/parse-server

Previously before Parse Server, I could specify pointers in a class to be able to have certain permissions on an object through the data browser's CLP settings. Now with Parse Server, that no longer works and I have to allow the public to read/write if I want to access the data. The schema in my mongodb updated with the correct CLP, but it is returning [Error]: Permission denied for this action..

Here is my schema:

"class_permissions": { "get": {}, "find": {}, "update": {}, "create": { "*": true }, "delete": {}, "addField": {}, "readUserFields": [ "toUser", "fromUser" ], "writeUserFields": [ "toUser", "fromUser" ] }

Thanks for the help.

enhancement

Most helpful comment

Pointer Permissions are done and will be part of the next release.

All 3 comments

Pointer permissions aren't supported in Parse Server yet. We're continuing to work towards complete feature parity with Parse.com, but we aren't there yet.

Hi!
Any news about CLP pointer permissions release date? Thanks!

Pointer Permissions are done and will be part of the next release.

Was this page helpful?
0 / 5 - 0 ratings