Skip to content

ParseACL: setRole methods missing #247

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
rostopira opened this issue Aug 9, 2019 · 6 comments
Closed

ParseACL: setRole methods missing #247

rostopira opened this issue Aug 9, 2019 · 6 comments
Labels
type:feature New feature or improvement of existing feature

Comments

@rostopira
Copy link
Contributor

No description provided.

@gorillatapstudio
Copy link

It's still missing

@gorillatapstudio
Copy link

@maaeps @phillwiggins can you guys check if it is still missing?

@SuperKMan
Copy link

How I can set Role ACL to object? I never saw setRoleWriteAccess and setRoleReadAccess in SDK.

@teddysbeach
Copy link

I also need it..
the alternative solution is to use "Cloud code" temporarily.

@dogusdicle
Copy link

parseACL.setReadAccess(userId: "role:Admin", allowed: true);
parseACL.setWriteAccess(userId: "role:Admin", allowed: true);

its working

@parse-github-assistant
Copy link

Thanks for opening this issue!

  • ❌ Please edit your post and use the provided template when creating a new issue. This helps everyone to understand your post better and asks for essential information to quicker review the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

7 participants