PFUser that created object cannot delete object despite ACL writing access?
问题 I want to allow users to remove an object from a parse-server database that they created (at some later, desired time). The object is created in the DB fine, and the .deleteInBackground() command works fine to delete object if I, manually, first set the ACL for that object to allow public writing. As a default, the user that created the object is allowed to read AND write to it, yet (despite being logged on) the below function returns an error to the logs in xcode because the user doesn't