We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
ClaxtonJ
6 years agoHelpful | Level 6
How can I print an index of files contained within a dropbox folder for record purposes
I use dropbox regularly for business purposes and regularly need to distribute specific information to multiple contacts via individual dropbox folders. As a business we are required to keep records...
- 6 years agoHey there, ClaxtonJ.At first, since this isn’t currently available through the website, I’d recommend checking this thread out which may be helpful in what you’re trying to achieve.Furthermore, if you’re on a Dropbox Business team and you are an admin, you have the capability to find info about how your team is using Dropbox, such as active members, storage, links created, active shared folders, and active devices, through the activity log.Nonetheless, I’d be more than happy to pass your comments along to the dev team for more future consideration.Cheers!
melinda33458
4 years agoNew member | Level 2
In case no one has figured this out here’s how you do it. It's not necessarily pretty but it gives the data you need.
First you have to have Drop Box as an accessible folder in File Explorer. If you’re only accessing from the browser this method will not work. Once you have Drop Box in your File Explorer list, then you can print the directory and its contents from the CMD prompt.
In the “Type here to search” box on your Windows 10 (the Task bar area) type in cmd. Select Command Prompt.
Type in the following command where [username] is your username. (Don’t know your username? Go to file explorer, This PC, Windows, Users, and locate your folder. There should be one for you and all users on your system + a Public folder.)
tree “c:\directory_name” > “c:\file_name.txt” /A /F
Directory name is the full path name to your drop box directory.
Example:
C:\>tree "C:\Users\myname\ Dropbox\MyDropbox" > "C:\Users\ myname\Desktop\details.txt" /A /F
This will place the directory listing on your desktop. You can copy and paste the contents to Excel if that's what you need.
Hope this helps!
- melinda334584 years agoNew member | Level 2
This is my first post in this forum and I didn't realize it would translate my "colon backslash" into a frowny face automatically. Wherever you see the frowny face replace that with the colon symbol and the backslash symbol, no spaces. Sorry about that.
- doeeyed4 years agoNew member | Level 2
I created a login just to say thanks for this. I've been trying to print folder contents in Windows for a long time :-)!
About Create, upload, and share
Find help to solve issues with creating, uploading, and sharing files and folders in Dropbox. Get support and advice from the Dropbox Community.
Need more support
If 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!