dcblogdev / dcblogcomments

2 stars 0 forks source link

build-a-dropbox-file-manager-in-laravel-part-1-setup-and-folder-listings #41

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

Build a Dropbox File Manager in Laravel - Part 1 Setup and Folder Listings - DC Blog

In this series, we will build a file manager in Laravel that reads and writes to Dropbox. 

https://dcblog.dev/build-a-dropbox-file-manager-in-laravel-part-1-setup-and-folder-listings

poonamKurichh commented 3 years ago

Hi! I have used the above code and it is working. But I need the dropbox for the user to select a file. Also, User Login must not be essential. I am using laravel 8and when i applied the starter kit in it, It is keeping the user login mandatory. Could you please guide me regarding my requirement? I shall be grateful to you.

poonamKurichh commented 3 years ago

Just explaining my point. I need that the dropbox window should appear when user clicks on a button and the chosen file must be available in the page for which I shall create a preview. At the moment I am receiving the result in the '$results' variable which is not visible to the naive user.