java - Access Dropbox file list inside public folder with public url -


i want implement dropbox in java project.

user: if suppose want take printout, instead of carrying pendrive or sending gmail id, drop file on of folder inside public folder of dropbox. after reaching printout shop navigate link http://{host}/myfiles. here show list of file there in perticular folder inside public dropbox folder, after clicking of perticular list item wll download file, user can select file , give print.

is there way file list along public url in dropbox using java ?

you can use createshareableurl method link viewing document. file list, can try

dbxentry.withchildren listing = client.getmetadatawithchildren(root); 

the listing list of dbxentry object of folder. can either file or folder. folder need same thing repeatedly until reach end.


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -