I am uploading files from android phone to my Dropbox. The path/directory where I am writing is Apps/p19
my upload code does the following: But this never succeeds.
mDBApi.putFile("Apps/p19/t.csv",inputStream, filename.length(), null, null);
Is my path wrong or am i making any mistake in the putFile call ?