laravel-dropbox icon indicating copy to clipboard operation
laravel-dropbox copied to clipboard

generating a link while retrieve list of files and folders

Open tah33 opened this issue 4 years ago • 0 comments

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

image

but I need links to show the images like below response

image

how do I get the desired result please help me

tah33 avatar Nov 04 '21 11:11 tah33