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
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: