We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
cengelma
2 years agoExplorer | Level 3
Printing a list of files in Dropbox
I've been trying to figure out if there is a way to print a list of files in a Dropbox folder. Turns out there is no such printing option. However, if you select all files with Ctrl + A, all subfolders and files will be selected. Then using Ctrl + C, copy to the clipboard. Next open a new blank Word document and paste (Ctrl +V) to the Word page. All text should appear from the Dropbox webpage. Delete whatever text is not relevant and you'll be left with a list of folders and files.
- jlrgentryNew member | Level 2
I know this is an old question but I still have this issue and have found a workaround to share:
For me there is far too much data to sync it locally, so it has to be from the browser interface.1. Select a file folder at random
2. Choose "Copy"
3. The popup dialog that appears gives you the option to choose a folder to copy it into. From this popup, at least in Chrome, I'm able to highlight all the files in that folder by just holding down the mouse to select and drag.
4. Open a word file - paste. All the file names are pasted into a list, separated by line breaks. From here I can import to excel or google sheets and do whatever I need to sort/track/search.
Hope that helps anyone!- GrahamCommunity Manager
Hi jlrgentry,
Thanks for sharing this workaround. It seems like it could really help some other Community members. I've tried to reproduce on Mac and it appears to work a little different, I was able to copy and paste a list of all folders, but not the files inside. I wonder has anyone else figured out a workaround for Mac yet? Please let us know if you have!
Thanks again, and have a great day!
Graham
- ЗдравкоLegendary | Level 20
Hi All, 😉
For those of you wanting to print files/folders list of particular Dropbox page and not "afraid" of typing a line of code there is a simple solution:
- Navigate to the page/list you want to print. Here you may want to align table columns for better page fit.
- Open the browser console - something specific to different browsers (usually labeled as Tools, Developer Tools, etc.)
- Copy/paste in the console prompt following line:
document.body.style="overflow: visible !important; height: fit-content";table=$(".brws-files-view-list");document.body.innerHTML="";document.body.append(table)
- At the end just print the resulting list.
For longer list, you may need to repeat above steps more than once and print page by page while aligning the content.
Good luck.
- Joseph C.23Collaborator | Level 9
Hello.
Is there a way to pint a list view of all of the file directories from a web browser?
Thank you
- JayDropbox Staff
Hi Joseph C.23, currently, there isn't a method to do so via the Dropbox site.
There may be other apps or services that might be able to extract a list of folders on your account.
About Dropbox tips & tricks
Learn how to get the most out of Dropbox with other users like you.
390 PostsLatest Activity: 6 hours agoIf you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!