laravel-dropbox
laravel-dropbox copied to clipboard
generating a link while retrieve list of files and folders
Hello @dcblogdev, Your package was superb. I am using it and find very helpful too. But now I am in a little bit trouble while I need to generate the link of files so that I can show the images which I have been uploaded so it will be better I will get the all files and folder with their links then it will me a lot. Currently I am using the follow method to get all the files return \Dcblogdev\Dropbox\Facades\Dropbox::files()->listContents($query);
after using this i get the following output

but I need links to show the images like below response

how do I get the desired result please help me