I am trying to send text file to dropbox but i dont know why there is some error comes out showing Dropbox ServerException.
My program works till complete the authentication but,, after that it goes to DropboxException showing the error and
mDBApi.putFileOverwrite(filePath, new FileInputStream(file), file.length(), null);
won't get executed.
Here is my LogCat :
12-26 10:27:24.214: W/System.err(1154): DropboxServerException (nginx): 403 Forbidden (Forbidden)
12-26 10:27:24.224: W/System.err(1154): at com.dropbox.client2.RESTUtility.parseAsJSON(RESTUtility.java:263)
12-26 10:27:24.224: W/System.err(1154): at com.dropbox.client2.RESTUtility.execute(RESTUtility.java:411)
12-26 10:27:24.224: W/System.err(1154): at com.dropbox.client2.DropboxAPI$BasicUploadRequest.upload(DropboxAPI.java:1081)
`
I searched on google there is nothing for this.
here is the link for my whole program.
[1] [com.dropbox.client2.exception.DropboxUnlinkedException
All Dropbox Experts, Plz Help me to solve this. ( ',' )