I’ve added functionality to my existing Parse user table so that on ‘AfterSave’, the corresponding record is either created or updated in Backendless. This is so I can support legacy users and keep things in sync until Parse shuts down. I’m using the REST API.
However, I’ve having a problem with two Parse field types: Password and String.
When attempting to update the Backendless password field with the contents of the Parse password field, an error is thrown.
Similarly, attempting to update the Backendless TEXT field with a Parse STRING that contains new lines, special characters, etc., an error is also thrown. Although it seems if the Parse field contains plain text (ie: ‘abc123’) it will save to Backendless just fine.
Any thoughts? The response is pretty generic (Request failed with response code 400).