# How to download large folders on dropbox

DevFeed: [How to download large folders on dropbox](<https://devfeed.tech/articles/how-to-download-large-folders-on-dropbox-21527.md>)

Original publisher: [Read original article](<http://lifepluslinux.blogspot.com/2016/10/how-to-download-large-folders-on-dropbox.html>)

Author: Suresh Alse (noreply@blogger.com)

Published: 2016-10-18T20:21:00Z

Content type: tutorial

Language: en

Sources: [Life Plus Linux](<https://devfeed.tech/sources/life-plus-linux.md>)

Topics: [browser](<https://devfeed.tech/topics/browser.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [Code](<https://devfeed.tech/topics/code.md>), [Chrome](<https://devfeed.tech/topics/chrome.md>)

Tags: [chrome](<https://devfeed.tech/tags/chrome.md>), [code](<https://devfeed.tech/tags/code.md>), [download](<https://devfeed.tech/tags/download.md>), [dropbox](<https://devfeed.tech/tags/dropbox.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [javascript](<https://devfeed.tech/tags/javascript.md>)

## AI overview

A tutorial explains how to use a JavaScript browser-console script to download files from a Dropbox folder when the folder exceeds Dropbox's direct download limit. It includes steps for opening the developer console and allowing pop-ups, with Google Chrome shown as an example.

## Source excerpt

Recently, someone shared a large folder with me and when I tried to download it, I was getting an error; "There was an error downloading your file". This error seemed very vague and after a quick search online, I figured out that it is not possible to download folders which are bigger than 1 GB. And according to dropbox's help article, I will be able to download it only if I add it to my dropbox. With dropbox's puny 2GB free storage it was not possible and I was not ready to spend $$$ just for this. So, I wrote a simple script in javascript that I can run it on browser console to download all files in a folder! How to do it? Step 1. Navigate to the dropbox folder on the browser and open your developer console. Press cmd + j on mac or ctrl + shift + j on linux and windows. Step 2. Paste the following code in the console. Step 3. The browser will try to block the windows trying to download it. Select the option to Always allow pop-ups from https://www.dropbox.com . For instance this is how it will look on Google Chrome (you have to click on right most icon in the search bar). Step 4. Your files will be downloaded one by one! NOTE: If any folder inside the folder is greater than 1GB in size, then you may have to do the same process after navigating to that folder in the browser. Update: Make sure that you use the list view to see files by clicking on this: