Start a new topic

Set collection permissions via Node or REST apis

Is it possible to set a collection's permissions to public via either the Node or REST apis?


If so, how so?

1 Comment

You cannot do this on a per collection via node or rest, no.


You can make a business logic script to query the collection and iterate over the returned results, and set them as "gr" (globally readable).   You can read more about acl's over here http://devcenter.kinvey.com/rest/guides/security#entityanduserpermissions


Thanks,

Login or Signup to post a comment