You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
varquery=newParse.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.
The text was updated successfully, but these errors were encountered:
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.
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.
Are include queries supposed to require find permission? Personally I think it would make more sense to only require get.
The text was updated successfully, but these errors were encountered: