Skip to content Skip to sidebar Skip to footer

Parse.com File Saving Android Not Working

I modeled my code after their Mealspotting tutorial but for some reason, I can't see the file saved in the Data Browser. Why is that? Here is my code: private void saveScaledPhoto(

Solution 1:

You are just forgetting to save your User object: ParseUser.getCurrentUser().saveEventually();


Post a Comment for "Parse.com File Saving Android Not Working"