Exception when getting data back from Parse Server's ParseFile
问题 I'm storing some images on Parse Server for my Instagram Clone app. When trying to retrieve them using: ParseFile file = imageToDisplay.getParseFile("image"); byte[] data = file.getData(); everything works just fine as long as there are still some images in cache but if I reinstall the app or try to get data of other users images I get an exception: 2019-12-12 14:24:44.005 15502-15502/com.example.instagramclone E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.instagramclone, PID: