Daniel Rodríguez Millán

Results 1 issues of Daniel Rodríguez Millán

Hello, I am trying to query a list of objects which contains a ParseFile, this is the failing code: ParseQuery query=ParseQuery.getQuery("file_test"); System.out.println(query.find().size()); I am getting this exception: Exception in thread...