5

Possible Duplicate:
How do you get a public link to a file in Dropbox that isn't in a public folder?

I understand that I can share a single file to the public via a link on dropbox, but what if I have an entire folder that I want to be able to grant access to the public? Is there a way to do this? If so, can I change access rights to where they can only download the files within the folder but cannot change them?

James Mertz
  • 26,529

2 Answers2

2

According to the dropbox forums, there is currently no official way to share an entire folder publicly. You can only get links for individual files.

One potential work-around would be to group the files into a .zip file and share the public link for that. The downside of this is that you would have to update the zip file every time you changed a file in that folder.

You may also be interested in checking out the work of one dropbox user who created a script to create an html page with all of the files in a given public folder, then update it whenever files are added. This achieves the effect you're looking for.

I also found an old lifehacker post showing a way to get a sharable link for any folder, but it appears that feature no longer exists.

nhinkle
  • 37,661
0

Dropbox does not presents lists of files to the public. You don't want to "share a folder," since that requires the other users be Dropbox users and allows collaboration.

One way to hack this to make Dropbox work for your purposes instead of getting a webserver is to put the files you want to share into the public folder, and then put alongside it an HTML file containing links to the other files in the folder. Then direct people to the HTML file--they can then click the links you have to the other files in the public folder.

The downside to this is that you have to manage your own directory display. The upshot is that you only need to send people one link.

NReilingh
  • 5,883