Using Dropbox SDK , we can all list all files & folders using following API
client.files().listFolderBuilder("").withRecursive(true)
.withLimit((long) limit).withIncludeHasExplicitSharedMembers(true)
.withIncludeMountedFolders(false).start()
Is there any API by which we can only list paper files or paper template file?