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 subfold...
Graham
Community 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
Здравко
6 months agoLegendary | 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.
- Graham6 months agoCommunity Manager
Hey Здравко,
This is great, I'm sure this will be really helpful for some of our more tech-savvy Community members. Thanks for sharing!
Have a great day!
Graham
- Здравко6 months agoLegendary | Level 20
Hi Graham,
No so helpful, unfortunately. The methods described here (including the one from me, but not only) are convenient for relatively short lists (up to 25~30 entries sometimes or more - depending on your screen size and its orientation). Dropbox site design drops significant part of all invisible entries from the list when it's longer. Would be a good idea in print mode that page to keep all records (temporary at least) - so longer lists to be possible. This is matter of design decision though. Current site design makes long list printing (even with workaround) inconvenient!
Hope this will gives some ideas for improvements.
About Dropbox tips & tricks
Learn how to get the most out of Dropbox with other users like you.
390 PostsLatest Activity: 2 days 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!