thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
143 stars 117 forks source link

Line 173 - ParseUser.java #56

Open migueldiogo opened 8 years ago

migueldiogo commented 8 years ago

Shouldn't it be parseUser.setData(jsonResponse, false); instead of parseUser.setData(jsonResponse, true);?

I'm getting the exception ParseFile must be saved before being set on a ParseObject.