How can I download the .mp3 file from Dropbox?

1

Firefox. XP3.

My friend loaded some personally recorded mp3 files for me to download from Dropbox. However, when I follow the link I only get a Quicktime media player in a browser window. How can I download the actual files themselves?

The link here in related questions refers to Macs. I also did a google search to no avail.

Thanks for your help.

Xavierjazz

Posted 2010-10-11T05:22:22.600

Reputation: 7 993

Answers

1

In Firefox go to Tools/Options Applications Tab, search down the list until you find mp3 (or music files, or quicktime file, it depends on what program is associated with mp3s) and change the option to always ask, that way Firefox should ask you if you want to download the mp3 file.

Jane T

Posted 2010-10-11T05:22:22.600

Reputation: 815

This seems so promising. I followed your instructions and changed ALL quicktime-enabled choices to "Ask". It hasn't worked, the song still just plays. – Xavierjazz – 2010-10-11T15:16:28.247

HAPPY, HAPPY. Your advice lead me to try the save options instead of "Ask". It now works. Thanks. +1 and accept. Regards, – Xavierjazz – 2010-10-11T15:23:42.427

1Glad you got it working. – Jane T – 2010-10-11T15:53:15.660

5

Add ?dl to the end of the link :)

emtunc

Posted 2010-10-11T05:22:22.600

Reputation: 613

Thank you @emtunc. I now have a workable solution so I shall not need to try yours. I cannot up-vote your answer as I do not have enough knowledge to know if it is accurate. I hope it will be upvoted by a couple of others so that then I can also support your contribution. Regards, – Xavierjazz – 2010-10-11T20:50:44.070

This is the best way to ensure your link downloads by default. See: https://www.dropbox.com/help/201/en

– Malcolm Smith – 2013-01-15T21:35:11.610

2

What you're trying to do is built right into DropBox. Click on the little downwards-facing arrow next to file, then click on "download now". It should ask you to save the file to the disk, and not open it in the browser.

alt text

nhinkle

Posted 2010-10-11T05:22:22.600

Reputation: 35 057

I don't have access to her dropbox options. The addresses are in an email she sent me and are in her "Public" folder. – Xavierjazz – 2010-10-11T06:53:17.497

Ohhhh... That sort of information can be useful, and while it is sort of implied in your question, would have been good to explicitly state. With the page open in firefox, you should be able to click "File" -> "Save As". If that doesn't work, could you post whatever isn't working about that method? – nhinkle – 2010-10-11T07:14:24.633

1

Two things to try:

  1. Go back to the link your friend sent. See if you can right click on it and "Save target as..." or "Save link as..."
  2. Try "Save Page As" in the "File menu" from the window that has the media player in it.

frabjous

Posted 2010-10-11T05:22:22.600

Reputation: 9 044

>

  • Doesn't work. 2. Doesn't work.
  • < – Xavierjazz – 2010-10-11T06:34:33.277

    1Could you be a little more specific about what happens when "it doesn't work"? That's the proper way to do it and is how it should work, so it would be useful to know what happens. – nhinkle – 2010-10-11T06:47:18.620

    I have the links in my email. When I right click on one of them I only get: Copy, select all and View scource as options. When I launch the link, a Quicktime browser window comes up. The only choice there is: About Quicktime Plugin. Thanks. – Xavierjazz – 2010-10-11T14:52:06.497

    0

    Ctrl-click (or two-finger-tap) on the link to the file and choose "Download Linked File".

    Nick

    Posted 2010-10-11T05:22:22.600

    Reputation: 981

    Doesn't work. – Xavierjazz – 2010-10-11T06:33:53.950

    0

    I often use this little trick to download links.

    1. Copy and paste the following code in a new HTML file, say download.html
    2. Open it with browser
    3. Right click the link > Save Link As (or equivalent)

    <html>
    <body>
    <a href="http://paste.your/link/here">link</a>
    </body>
    </html>
    

    wilson

    Posted 2010-10-11T05:22:22.600

    Reputation: 4 113

    I'm a bit unsure about using scripts so I didn't try this. I wasn't able to get a "Save as" dialogue when right-clicking on the link. However I was able to solve the problem because of other advice here. Thanks anyway. – Xavierjazz – 2010-10-11T15:26:19.830

    @Xavierjazz, good to hear that you solved the problem :) – wilson – 2010-10-12T01:48:38.780

    @Xavierjazz, for IE, it should be "Save Target As". for Firefox, it should be "Save Link As" – wilson – 2010-10-12T03:04:38.000