Parse CloudCode SetPassword Always Fails
问题 I want to include functionality to allow users to change their password in Parse within my app. I am using Unity version 5.0.2f1 and building for WebGL. I attempted to use the Parse plugin to handle this, which worked great in the Unity editor, but once I built the app for WebGL, it would no longer work, always returning a BAD REQUEST. Thus, it looked like the only solution was to attempt to use CloudCode to do it. However, I'm finding that I cannot ever successfully change a password through