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 trialaimensasi
11,343 PointsI 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());
1 Answer
aimensasi
11,343 Pointscheck 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);
Ben Lee
1,777 Pointsyes 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 :/
Ben Lee
1,777 Pointsthanks 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
Ben Lee
1,777 PointsBen Lee
1,777 Pointswere you able to find out what the problem was? i seem to have the same one