From one of our users have problem with get file from application folder under dropbox. Error occur in call com.dropbox.client2.DropboxAPI#getFileStream with the next stack trace
Caused by: java.lang.Error: Error: could not match input
at org.json.simple.parser.Yylex.yylex(:5000)
at org.json.simple.parser.JSONParser.peekStatus(:4000)
at org.json.simple.JSONValue.parse(:1000)
at com.dropbox.client2.DropboxAPI$DropboxFileInfo.org.json.simple.JSONValue.parse(DropboxAPI.java:2000)
at com.dropbox.client2.DropboxAPI$DropboxFileInfo.(DropboxAPI.java:556)
at com.dropbox.client2.DropboxAPI$DropboxInputStream.(DropboxAPI.java:721)
at com.dropbox.client2.DropboxAPI.getFileStream$632dbcb1(DropboxAPI.java:1551)