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 trial

Android Build a Self-Destructing Message Android App Retrieving and Viewing Messages Viewing Image Messages

aimensasi
aimensasi
11,343 Points

I am getting a null exception point from ParseFile ?

The parse file returns null, which cause the second line to throw a null exception point. this is the code :

ParseFile UriFile = message.getParseFile("files");

Uri dataUri = Uri.parse(UriFile.getUrl());

were you able to find out what the problem was? i seem to have the same one

1 Answer

aimensasi
aimensasi
11,343 Points

check your app in parse.com to see if you have included the parsefile in the message.

make sure that you have this line of code when creating the message message.put(ParseConstants.KEY_FILE, file);

yes i do have it in my recipientsActivity class but it isnt creating the object on parse.com. so i dont really seem what the issue is :/

thanks for the reply and help ! i got it to work. i just used a different parse account and reseted the ip key and it magically worked ! thanks a bunch again