Hi everyone!
I want to perform download operation but it is only give information about file
I use this :
try {
outputViews.write(documentUtility.newDocument(client.files().download(filePath)));
} catch (DbxException e) {
throw new RuntimeException(e);
}I want to perform download operation. If their any other way to perform or if their any need to changes please help in this
Thank you!