Hi,
I've been experimenting with the Java Dropbox API, but Eclipse for some reason marks this line as an error and it throws an exception when I try to run the sample program:
contents = JsonArrayReader.mk(Reader, collector).readField(parser, fieldName, contents);
It marks readField as 'not applicable' though I have no idea why. Can someone help me?