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

problem ( BUG) #1125

Closed
thamer898 opened this issue Mar 21, 2016 · 2 comments
Closed

problem ( BUG) #1125

thamer898 opened this issue Mar 21, 2016 · 2 comments

Comments

@thamer898
Copy link

Hello

When i try to update user data on table "user" and choose user.saveinbackground this error appaear
"com.parse.ParseRequest$ParseRequestException: cannot modify user " can you help me please to solve this issue ?

Regards

@mllobere
Copy link

You probably dont have the rights to modify a user. Try to modify the user you are logged in with, and see if that works. To modify another user, you probably want to use the MasterKey. The best approach to do that would be to create a cloud code function so you don't have to use the MasterKey on your client-side code.

@thamer898
Copy link
Author

thank you @mllobere it work's .

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

3 participants