Skip to content
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

Find (instead of get) permission required when including relational data #460

Closed
simonbengtsson opened this issue Feb 17, 2016 · 1 comment

Comments

@simonbengtsson
Copy link
Contributor

Correct me if I'm wrong, but I think only get permission were required on a class before when including relational data. With Parse Server find permission is needed.

var query = new Parse.Query(Post);
// In Parse Comment only needed public get class level permission. 
// In Parse Server find is required.
query.include("comments");

Are include queries supposed to require find permission? Personally I think it would make more sense to only require get.

@simonbengtsson
Copy link
Contributor Author

Further testing showed that I was wrong on my premise that get permission only was required in parse.com. It was the user session that didn't work correctly in my case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant