Hi,
I remember it worked previously, but now i am seeing this error.
I am trying to update the User Password (Logged-In) using the update method
This is the version of Backendless, i am using: "version": "3.0.11",
user = Backendless.UserService.update(user, new Backendless.Async(userUpdated, gotError));
Exception:
Object {code: 3031, message: "Unable to update user. Dynamic properties are disabled for this version of the application", statusCode: 400}
Any comments or substitute?
Thanks