Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialPablo Rocha
10,142 PointsHas anyone been able to complete the final extra credit for building the Ribbit app? The parse.com file deletion one
Below is the extra credit description. I could not figure out how to get this done. I tried but failed :(
Has anyone had more luck?
Extra Credit - Automatic File Deletion As mentioned in "Deleting Partial Data for One Recipient", the Parse Android API does not currently contain a way to delete a file from within the app. It is possible, however, using the Parse REST API. Using an AsyncTask like in the Blog Reader project, construct a DELETE request to the REST API and delete a file at the same time we delete a message (once it's been viewed by the last recipient).
2 Answers
Adel Fatkhutdinov
1,697 PointsI am also interested in this question. Please let me know if you have any success with that. Maybe Ben Jakuben will give us a little tip? ;)
Tommy Choe
38,156 PointsI don't quite understand how I would implement the curl code explained in the REST API.