Access Keys:
Skip to content (Access Key - 0)
<!--page.vmd--> <div id="content" class="page view"> <div id="link-to-page-fields" class="hidden parameters"> <input type="hidden" id="linkToThisPageHeading" value="Link to this Page"> <input type="hidden" id="linkToThisPageLink" value="Link"> <input type="hidden" id="linkToThisPageTinyLink" value="Tiny Link"> <input type="hidden" id="linkToThisPageWikiMarkup" value="Wiki Markup"> <input type="hidden" id="linkToThisPageClose" value="Close"> </div> <fieldset class="hidden parameters"> <input type="hidden" title="movePageDialogViewPageTitle" value="Move Page &ndash; &#8216;Dropbox Quota FAQ&#8217;"> <input type="hidden" title="movePageDialogEditPageTitle" value="Set Page Location"> <input type="hidden" title="movePageDialogMoveButton" value="Move"> <input type="hidden" title="movePageDialogCancelButton" value="Cancel"> <input type="hidden" title="movePageDialogBrowsePanelTip" value="Click to select the new parent page for this page and its children."> <input type="hidden" title="movePageDialogSearchPanel" value="Search"> <input type="hidden" title="movePageDialogHistoryPanel" value="Recently Viewed"> <input type="hidden" title="movePageDialogHistoryNoResults" value="There were no recently viewed pages found."> <input type="hidden" title="movePageDialogLocationPanel" value="Known Location"> <input type="hidden" title="movePageDialogLocationNotFound" value="The specified page was not found."> <input type="hidden" title="movePageDialogBrowsePanel" value="Browse"> <input type="hidden" title="movePageDialogPanelLoadErrorMsg" value="Error reading the panel content from the server."> <input type="hidden" title="movePageDialogPanelLoadErrorTip" value="You could try reloading the page and launching the dialog again."> <input type="hidden" title="movePageDialogPanelLoadErrorStatus" value="HTTP Status"> <input type="hidden" title="movePageDialogNoSelectionErrorMsg" value="You must make a selection in the tree before you can move the page."> <input type="hidden" title="movePageDialogSearchError" value="Failed to retrieve search results from the server."> <input type="hidden" title="movePageDialogSearchNoResults" value="There were no pages found containing <b>{0}</b>."> <input type="hidden" title="movePageDialogSearchResultCount" value="Showing <b>{0}</b>-<b>{1}</b> of <b>{2}</b> pages containing <b>{3}</b>."> <input type="hidden" title="movePageDialogMoveFailed" value="Move failed. There was a problem contacting the server."> <input type="hidden" title="movePageDialogCannotChangeSpace" value="You cannot move this page to another space because you do not have permission to remove it from this space."> <input type="hidden" title="pageTitle" value="Dropbox Quota FAQ"/> <input type="hidden" title="parentPageTitle" value="Home"/> <input type="hidden" title="fromPageTitle" value=""/> <input type="hidden" title="spaceKey" value="istcontrib"/> <input type="hidden" title="spaceName" value="IS&amp;T Contributions"/> <input type="hidden" title="movePageDialogInvalidLocation" value="You cannot move a page to be underneath itself or its children."/> <input type="hidden" title="movePageDialogOrderingTitle" value="Page Ordering"/> <input type="hidden" title="movePageDialogBackButton" value="Back"/> <input type="hidden" title="movePageDialogMoveAndOrderButton" value="Reorder"/> <input type="hidden" title="movePageDialogNextButton" value="Move"/> </fieldset> <script type="text/x-template" title="movePageDialog"> <div class="row information"> <div class="inner"> <div class="element"> Specify the new parent page for this page and its children by space and title. </div> </div> </div> <div class="form"> <fieldset> <legend class="assistive"><span>Change the Parent Page to a Known Page</span></legend> <div class="row"> <label for="new-space">New space:</label> <div class="value new-space-value"> <input id="new-space-key" name="new-space-key" type="hidden" value="istcontrib"> <span class="space-input"> <input id="new-space" name="new-space" value="IS&amp;T Contributions" disabled="disabled"> </span> <span class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</span> <div class="new-space-dropdown aui-dd-parent autocomplete"></div> </div> </div> <div class="row"> <label for="new-parent-page">New parent page:</label> <div class="value new-parent-page-value"> <span class="page-input"> <input id="new-parent-page" name="new-parent-page" value="Home"> </span> <span class="description">Start typing a page title to see a list of suggestions.</span> <div class="new-parent-page-dropdown aui-dd-parent autocomplete"></div> </div> </div> </fieldset> </div> <div class="location-info"> <div class="row"> <label>Current location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="current-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> <div class="row"> <label>New location:</label> <div class="value breadcrumbs-container"> <div class="breadcrumbs-line"> <ul id="new-parent-breadcrumbs" class="breadcrumbs"> </ul> </div> </div> </div> </div> </script> <script type="text/x-template" title="movePageErrors"> <div id="move-errors" class="hidden warning"></div> </script> <script type="text/x-template" title="movePageBreadcrumb"> <li><a class="{2}" title="{3}" tabindex="-1"><span>{0}</span></a></li> </script> <script type="text/x-template" title="movePageBreadcrumbLoading"> <li class="loading"><span>Loading breadcrumbs&hellip;</span></li> </script> <script type="text/x-template" title="movePageBreadcrumbError"> <li class="warning last"><span>Error retrieving breadcrumbs.</span></li> </script> <script type="text/x-template" title="movePageNoMatchingPages"> <ol><li><span class="warning">No matching pages found.</span></li></ol> </script> <script type="text/x-template" title="movePageNoMatchingSpaces"> <ol><li><span class="warning">No matching spaces found.</span></li></ol> </script> <script type="text/x-template" title="movePageSearchPanel"> <div class="row information"> <div class="inner"> <div class="element"> Search for and select the new parent page for this page and its children. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-form"> <fieldset> <legend class="assistive"><span>Search for a New Parent Page</span></legend> <label for="move-page-search-query" class="assistive">Search keywords</label> <input class="search-query" id="move-page-search-query"> <label for="move-page-search-space" class="assistive">Search in space</label> <select id="move-page-search-space" class="search-space" disabled="disabled"> <option value="istcontrib" selected="selected">IS&amp;T Contributions</option> </select> <input type="button" value="Search"> <div class="description warning">You cannot move this page to another space because you do not have permission to remove it from this space.</div> </fieldset> </div> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageSearchResultsLoading"> <div class="searching">Searching…</div> </script> <script type="text/x-template" title="movePageHistoryPanel"> <div class="row information"> <div class="inner"> <div class="element"> Select the new parent page for this page and its children from your history. </div> </div> </div> <div id="move-page-search-container" class="row"> <div class="search-results"> </div> </div> </script> <script type="text/x-template" title="movePageHistoryLoading"> <div class="searching">Loading…</div> </script> <script type="text/x-template" title="movePageBrowsePanel"> <div class="row information"> <div class="inner"> <div class="element"> Click to select the new parent page for this page and its children. </div> </div> </div> <div class="tree"></div> </script> <script type="text/x-template" title="movePagePanelLoading"> <span>Loading…</span> </script> <script type="text/x-template" title="movePageBrowsePanelSpace"> <ul><li id='tree-root-node-item' class='root-node-list-item'><a class='root-node' href='#'>{0}</a></li></ul> </script> <script type="text/x-template" title="orderingPagePanel"> <div id="orderingPlaceHolder"></div> </script> <script type="text/x-template" title="reorderCheckbox"> <span id="reorderRequirement"><input id="reorderCheck" type="checkbox" name="reorderFlag" title="Choose the position of this page within the list of child pages."/><label for="reorderCheck" title="Choose the position of this page within the list of child pages.">Reorder</label></span> </script> <script type="text/x-template" title="move-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Moving+a+Page" target="_blank">Help</a> </div> </script> <script type="text/x-template" title="searchResultsGrid"> <table> <thead> <tr class="header"> <th class="search-result-title">Page Title</th> <th class="search-result-space">Space</th> <th class="search-result-date">Updated</th> </tr> </thead> </table> </script> <script type="text/x-template" title="searchResultsGridCount"> <p class="search-result-count">{0}</p> </script> <script type="text/x-template" title="searchResultsGridRow"> <tr class="search-result"> <th class="search-result-title"><a href="{1}" class="content-type-{2}"><span>{0}</span></a></th> <td class="search-result-space"><a class="space" href="/confluence/display/{4}/" title="{3}">{3}</a></td> <td class="search-result-date"><span class="date" title="{6}">{5}</span></td> </tr> </script> <!-- Start restrictions section --> <script type="text/x-template" title="page-permissions-div"> <div id="page-permissions-div"> <div id="page-permissions-editor-form"> <div id="page-permissions-error-div" class="hidden"> <a href="#" id="permissions-error-div-close">Ok</a> <div></div> </div> <div id="page-permissions-type-radios" class="page-permissions-label-rows"> <div> <input id="restrictViewRadio" type="radio" checked="checked" name="pagePermissionTypeRadio" value="view"/> <label for="restrictViewRadio">Restrict viewing of this page</label> <input id="restrictEditRadio" type="radio" name="pagePermissionTypeRadio" value="edit"/> <label for="restrictEditRadio">Restrict editing of this page</label> </div> </div> <div id="page-permissions-input" class="page-permissions-label-rows"> <div class="page-permissions-label">To:</div> <div id="page-permissions-chooser-box"> <span id="page-permissions-choose-user" class="ajs-button"> <a href="#" id='userpicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=istcontrib&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/user_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose users" /></a> <a href="#" id='userpicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/openuserpicker.action?key=istcontrib&amp;startIndex=0&amp;onPopupSubmit=AJS.PagePermissions.addUserPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=700,height=680,scrollbars=yes'); picker.focus(); return false;">Person...</a> </span> <span id="page-permissions-choose-group" class="ajs-button"> <a href="#" id='grouppicker-popup-link-image' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=istcontrib&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;"><img src="/confluence/s/en/2171/1/_/images/icons/group_16.gif" height=16 width=16 border=0 align="absmiddle" title="Choose groups" /></a> <a href="#" id='grouppicker-popup-link-text' onClick="var picker = window.open('/confluence/spaces/opengrouppicker.action?key=istcontrib&amp;startIndex=0&amp;actionName=dosearchgroups.action&amp;onPopupSubmit=AJS.PagePermissions.addGroupPermissions', 'EntitiesPicker', 'status=yes,resizable=yes,top=100,left=200,width=580,height=550,scrollbars=yes'); picker.focus(); return false;">Group...</a> </span> </div> <div id="page-permissions-input-box"> <span> <input type="text" id="page-permissions-names-input" class="input-placeholder" value="Enter user or group name" name="permissionNames" size="30" autocomplete="off"/> </span> <input type="hidden" id="page-permissions-names-hidden" /> <img height="16px" width="1px" src="/confluence/s/en/2171/1/_/images/border/spacer.gif"/> <input type="button" id="add-typed-names" value="Restrict"> </div> </div> </div> <div id="page-permissions-tables"> <div id="page-permissions-table-div"> <table id="page-permissions-table" class="page-permissions-table"> <tr id="page-permissions-no-views" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No view restrictions are defined for this page</span></td> </tr> <tr id="page-permissions-no-edits" class="marker-row"> <td colspan="3" class="page-permissions-marker-cell"><span>No edit restrictions are defined for this page</span></td> </tr> </table> </div> <div id="page-inherited-permissions-table-div" class="hidden"> <span id="page-inherited-permissions-table-desc"> <a class="icon twisty-closed">Show/Hide</a> <a id="toggle-inherited-permissions" title="Click to see inherited restrictions">This page has restricted parent pages. It can only be seen by users who can see those parent pages.</a> </span> <div id="page-inherited-permissions-tables" class="hidden page-inheritance-togglable"></div> </div> </div> </div> </script> <script type="text/x-template" title="permissions-row-template"> <tr class="permission-row"> <td class="page-permissions-marker-cell" width="20%"> <span>Viewing restricted to:</span> </td> <td class="permission-entity" nowrap="true" width="40%"> <span class="entity-container"> <img class="permission-entity-picture"/> <span class="permission-entity-display-name"></span> <span class="permission-entity-name-wrap">&nbsp;(<span class="permission-entity-name"></span>)</span> </span> </td> <td class="permission-detail-column"> <div class="permission-remove-div"> <a href="#" class="remove-permission-link">Remove restriction</a> </div> </td> </tr> </script> <script type="text/x-template" title="permissions-username-no-suggestion-template"> <ol> <li><a href="#" class="message"><span>No matches</span></a></li> </ol> </script> <script type="text/x-template" title="page-inherited-permissions-table-div-template"> <div class="page-inherited-permissions-owner-div"> <div class="page-inherited-permissions-table-desc">Viewing restrictions apply to “<a></a>”. In order to see “<span></span>”, a user must be in the following list of users and groups:</div> <table class="page-permissions-table"></table> </div> </script> <script type="text/x-template" title="page-restrictions-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Page+Restrictions" target="_blank">Help</a> </div> </script> <!-- End restrictions section --> <fieldset class="hidden parameters"> <input type="hidden" title="spaceKeyEncoded" value="istcontrib"> <input type="hidden" title="spaceKeyDecoded" value="istcontrib"> </fieldset> <fieldset class="hidden parameters"> <input type="hidden" title="browsePageTreeMode" value="view"> </fieldset> <div class="wiki-content"> <!-- wiki content --> <h1><a name="DropboxQuotaFAQ-"></a>Dropbox Quota FAQ</h1> <p>On this page:</p> <style type='text/css'>/*<![CDATA[*/ div.rbtoc1736438093685 {margin-left: 0px;padding: 0px;} div.rbtoc1736438093685 ul {list-style: none;margin-left: 0px;} div.rbtoc1736438093685 li {margin-left: 0px;padding-left: 0px;} /*]]>*/</style><div class='rbtoc1736438093685'> <ul> <li><a href='#DropboxQuotaFAQ-WhyhasMIT%27sDropboxservicechangedfromunlimitedstoragetothisquota%3F'>Why has MIT's Dropbox service changed from unlimited storage to this quota?</a></li> <li><a href='#DropboxQuotaFAQ-Whendidquotasgointoeffect%3F'>When did quotas go into effect?</a></li> <li><a href='#DropboxQuotaFAQ-WhatismydefaultDropboxquota%3F'>What is my default Dropbox quota?</a></li> <li><a href='#DropboxQuotaFAQ-HowdoIknowifI%E2%80%99moverthestoragelimit%3F'>How do I know if I'm over the storage limit?</a></li> <li><a href='#DropboxQuotaFAQ-Iamoverthelimit%2CwhatdoIdo%3F'>I am over the limit, what do I do?</a></li> <li><a href='#DropboxQuotaFAQ-DoIhavetomanuallymovemydata%3F'>Do I have to manually move my data?</a></li> <li><a href='#DropboxQuotaFAQ-WhathappensifIgooverquotaafterOctober1st%3FWillmyfilesbeautomaticallydeleted%2Flost%3F'>What happens if I go over quota after October 1st? Will my files be automatically deleted/lost?</a></li> <li><a href='#DropboxQuotaFAQ-Dofilesandfolderssharedwithmecounttowardsmyquota%3F'>Do files and folders shared with me count towards my quota?</a></li> <ul> <li><a href='#DropboxQuotaFAQ-Thefollowingitemscounttowardsyourquota%3A'>The following items count towards your quota:</a></li> <li><a href='#DropboxQuotaFAQ-Thefollowingitemsdonotcounttowardsyourquota%3A'>The following items do not count towards your quota:</a></li> </ul> <li><a href='#DropboxQuotaFAQ-Doshared%2Fteamfolderscounttowardsmyquota%3F'>Do shared/team folders count towards my quota?</a></li> <li><a href='#DropboxQuotaFAQ-IstherealimittothenumberoffilesandfoldersIcanhave%3F'>Is there a limit to the number of files and folders I can have?</a></li> <li><a href='#DropboxQuotaFAQ-HowdoIpayforadditionalDropboxstorage%3F'> How do I pay for additional Dropbox storage?</a></li> <li><a href='#DropboxQuotaFAQ-WhatarethecostsoftheMITDropboxstorageplans%3F'>What are the costs of the MIT Dropbox storage plans?</a></li> <li><a href='#DropboxQuotaFAQ-HowmuchtotalDropboxspacedoesMITactuallyhave%3Fistcontrib%3AHowmuchtotalDropboxspacedoesMITactuallyhave%3F'> How much total Dropbox space does MIT actually have?</a></li> <li><a href='#DropboxQuotaFAQ-WherecanIgethelpmanagingstorageorfindingtherightstoragesolution%3F'>Where can I get help managing storage or finding the right storage solution?</a></li> <ul> <li><a href='#DropboxQuotaFAQ-GeneralhelpmanagingyourDropboxandstorageuse'>General help managing your Dropbox and storage use</a></li> <ul> <li><a href='#DropboxQuotaFAQ-IS%26TServiceDesk'>IS&amp;T Service Desk</a></li> </ul> <li><a href='#DropboxQuotaFAQ-Findingtherightlongtermstoragesolutionforyourgroup%2Cdepartment%2Clab%2Corcenter'>Finding the right long-term storage solution for your group, department, lab, or center</a></li> </ul> <li><a href='#DropboxQuotaFAQ-Seealso'>See also</a></li> </ul></div> <h2><a name="DropboxQuotaFAQ-WhyhasMIT%27sDropboxservicechangedfromunlimitedstoragetothisquota%3F"></a>Why has MIT's Dropbox service changed from unlimited storage to this quota?</h2> <p>Dropbox changed its terms of service for Dropbox for Business, and eliminated the unlimited storage plan. Under the new subscription plan, the cost to MIT is proportional to the storage used. The quota system allows MIT to control costs and equitably provide the service while allowing individual community members the flexibility to easily increase their use of the service if they have an academic, research, or business need. </p> <p>The default MIT Dropbox plan offers 10TB for faculty, 500GB for students and staff, and 100GB for affiliates. Additional plans are available at a cost. See: <a href="/confluence/pages/viewpage.action?pageId=159389499" title="How do I obtain more MIT Dropbox storage space?">How do I obtain more MIT Dropbox storage space&#63;</a></p> <h2><a name="DropboxQuotaFAQ-Whendidquotasgointoeffect%3F"></a>When did quotas go into effect?</h2> <p>Quotas were effective as effective of October 1, 2018. </p> <h2><a name="DropboxQuotaFAQ-WhatismydefaultDropboxquota%3F"></a>What is my default Dropbox quota?</h2> <p>The default MIT Dropbox quota is 10TB for faculty, 500GB for students and staff, and 100GB for affiliates.</p> <h2><a name="DropboxQuotaFAQ-HowdoIknowifI%E2%80%99moverthestoragelimit%3F"></a>How do I know if I’m over the storage limit?</h2> <p>Users will receive an email message from Dropbox when they are at or near their space limit. In addition, users over the storage limit will see a banner when they log into the Dropbox web client or mobile client, and will receive notifications if they’re using the Dropbox desktop application.</p> <ul> <li><a href="/confluence/pages/viewpage.action?pageId=159384378" title="How do I check my Dropbox quota?">Learn how to check your quota and usage in this article.</a></li> <li><a href="/confluence/display/istcontrib/Tips+and+Tricks+for+Getting+Below+Your+MIT+Dropbox+Quota" title="Tips and Tricks for Getting Below Your MIT Dropbox Quota">Learn how to manage your Dropbox storage in this article.</a></li> <li><a href="/confluence/pages/viewpage.action?pageId=159389499" title="How do I obtain more MIT Dropbox storage space?">How do I obtain more MIT Dropbox storage space&#63;</a></li> </ul> <h2><a name="DropboxQuotaFAQ-Iamoverthelimit%2CwhatdoIdo%3F"></a>I am over the limit, what do I do?</h2> <p>There was an initial grace period from July 2018 through October 1st, 2018, during which your use of Dropbox was not be affected by being over quota, although notifications and reminders were still sent. After quotas were enforced on October 1st, 2018, there is no grace period upon going over quota. However, users will begin receiving notifications upon reaching 90% of their quota, and should users go over quota they will continue to be able to access files in their Dropbox, but will not be able to upload new files nor synchronize their Dropbox folder to new devices until under quota.</p> <h2><a name="DropboxQuotaFAQ-DoIhavetomanuallymovemydata%3F"></a>Do I have to manually move my data?</h2> <p>If you are at or over quota, you’ll need to move files out of your Dropbox, or request additional space (see <a href="#DropboxQuotaFAQ-paying">How do I pay for additional Dropbox storage?</a>). You can do easily move files out of your Dropbox by dragging files out of the Dropbox folder and onto the local storage of your computer, or by deleting them. If you are storing files in your Dropbox to have an online backup, remember that you can also back up non-Dropbox files on your computer using the Code42 cloud backup service which is available to all MIT students, faculty, and staff.</p> <p><a href="/confluence/display/istcontrib/Tips+and+Tricks+for+Getting+Below+Your+MIT+Dropbox+Quota" title="Tips and Tricks for Getting Below Your MIT Dropbox Quota">Learn how to manage your Dropbox storage in this article.</a>. Also, please note that leaving a shared folder will only help if that folder was shared with you by someone outside of MIT, as folders shared between one MIT Dropbox user and another MIT Dropbox user only count agains the quota of the owner, not both users.</p> <h2><a name="DropboxQuotaFAQ-WhathappensifIgooverquotaafterOctober1st%3FWillmyfilesbeautomaticallydeleted%2Flost%3F"></a>What happens if I go over quota after October 1st? Will my files be automatically deleted/lost?</h2> <p>Your files will not be deleted, but you will be unable to sync your files and folders or add any more files.</p> <h2><a name="DropboxQuotaFAQ-Dofilesandfolderssharedwithmecounttowardsmyquota%3F"></a>Do files and folders shared with me count towards my quota?</h2> <h3><a name="DropboxQuotaFAQ-Thefollowingitemscounttowardsyourquota%3A"></a>The following items count towards your quota:</h3> <ul> <li>Any files or folders stored in a team member's Dropbox Business account count toward storage limits</li> <li>Shared folders owned by a non-member of the organization (MIT) but shared with an MIT Dropbox member count toward that member’s space limit; this is most relevant if you are invited to a folder shared by someone outside of MIT</li> <li>Shared folders owned by an MIT Dropbox member only count towards that member’s storage limit; they do not count towards the storage limit of other MIT Dropbox members the folder is shared with</li> </ul> <h3><a name="DropboxQuotaFAQ-Thefollowingitemsdonotcounttowardsyourquota%3A"></a>The following items do not count towards your quota:</h3> <ul> <li>Files stored in Team folders set up for a DLC, team, or organization; Team folders are shared spaces owned by the team, and files in them count towards the Team folder quota, also 500 GB</li> <li>Files and folders shared with you by other MIT Dropbox members do not count against your storage limit</li> </ul> <h2><a name="DropboxQuotaFAQ-Doshared%2Fteamfolderscounttowardsmyquota%3F"></a>Do shared/team folders count towards my quota?</h2> <p>Shared folders count towards the quota of the owner of the shared folder. Team folders count towards the team folder quota, not your personal quota. Team folder quota issues will be raised with the department, lab, or center administrators of the team folder.</p> <h2><a name="DropboxQuotaFAQ-IstherealimittothenumberoffilesandfoldersIcanhave%3F"></a>Is there a limit to the number of files and folders I can have?</h2> <p>There is no limit to the number of files and folders you can have, as long as you are within your overall storage space limit. Dropbox notes that users with more than 300,000 files in their Dropbox account may experience performance issues. See <a href="https://www.dropbox.com/help/space/file-storage-limit" class="external-link" rel="nofollow">How many files can I store in my Dropbox?</a></p> <h2><a name="DropboxQuotaFAQ-HowdoIpayforadditionalDropboxstorage%3F"></a><a name="DropboxQuotaFAQ-paying"></a> How do I pay for additional Dropbox storage?</h2> <p>Extra storage will be payable <b>via an MIT cost object only</b> and must be requested and approved by someone at the Institute with spending authorization on that cost object. Additional space cannot be paid for via payroll deduction, Bursar’s bill, credit card, or other personal payment methods. For details see:</p> <ul> <li><a href="/confluence/pages/viewpage.action?pageId=159389499" title="How do I obtain more MIT Dropbox storage space?">How do I obtain more MIT Dropbox storage space&#63;</a></li> </ul> <p><a name="DropboxQuotaFAQ-plans"></a></p> <h2><a name="DropboxQuotaFAQ-WhatarethecostsoftheMITDropboxstorageplans%3F"></a>What are the costs of the MIT Dropbox storage plans?</h2> <ul> <li>500GB: Free, the default MIT Dropbox plan</li> <li>1TB: $500/year with a 1 year commitment</li> <li>5TB: $2,500/year with a 1 year commitment</li> <li>10TB: $5,000/year with a 1 year commitment</li> </ul> <p>For more information, see: <a href="/confluence/pages/viewpage.action?pageId=159389499" title="How do I obtain more MIT Dropbox storage space?">How do I obtain more MIT Dropbox storage space&#63;</a></p> <h2><a name="DropboxQuotaFAQ-HowmuchtotalDropboxspacedoesMITactuallyhave%3Fistcontrib%3AHowmuchtotalDropboxspacedoesMITactuallyhave%3F"></a><a href="/confluence/pages/viewpage.action?pageId=159386701" title="How much total Dropbox space does MIT actually have?">How much total Dropbox space does MIT actually have?</a></h2> <p>Once the new plan is in effect in Fall 2018, our total storage allocation included with our ~20,000 user license will be ~2 petabytes, with the option to purchase additional storage on top of our per-user allocation as needed at $500 per terabyte.</p> <h2><a name="DropboxQuotaFAQ-WherecanIgethelpmanagingstorageorfindingtherightstoragesolution%3F"></a>Where can I get help managing storage or finding the right storage solution?</h2> <h3><a name="DropboxQuotaFAQ-GeneralhelpmanagingyourDropboxandstorageuse"></a>General help managing your Dropbox and storage use</h3> <ul> <li><a href="/confluence/display/istcontrib/Tips+and+Tricks+for+Getting+Below+Your+MIT+Dropbox+Quota" title="Tips and Tricks for Getting Below Your MIT Dropbox Quota">Tips and Tricks for Getting Below Your MIT Dropbox Quota</a></li> </ul> <h4><a name="DropboxQuotaFAQ-IS%26TServiceDesk"></a>IS&amp;T Service Desk</h4> <p>The IS&amp;T Service Desk can help you with advice and assistance in managing your use of Dropbox, file and computer backup, and other tools for managing your personal storage and file sharing with your colleagues. You can contact the <a href="https://ist.mit.edu/help" class="external-link" rel="nofollow">IS&amp;T Service Desk</a>.</p> <h3><a name="DropboxQuotaFAQ-Findingtherightlongtermstoragesolutionforyourgroup%2Cdepartment%2Clab%2Corcenter"></a>Finding the right long-term storage solution for your group, department, lab, or center</h3> <p>The IS&amp;T Community Partnerships team is available to work with your group to help you explore available options and decide on the most effective and usable storage solutions for your research and academic data. Please contact the IS&amp;T Service Desk at <a href="mailto:servicedesk@mit.edu" class="external-link" rel="nofollow">servicedesk@mit.edu</a> to start the conversation.</p> <p>Individuals and groups can also review the <a href="/confluence/display/istcontrib/Data+Storage+and+Collaboration+Options" title="Data Storage and Collaboration Options">Data Storage and Collaboration Options</a>.</p> <h2><a name="DropboxQuotaFAQ-Seealso"></a>See also</h2> <ul> <li><a href="/confluence/display/istcontrib/Dropbox+Landing+Page" title="Dropbox Landing Page">Dropbox Landing Page</a></li> <li><a href="http://ist.mit.edu/news/dropbox-quota" class="external-link" rel="nofollow">Quota for MIT Dropbox accounts will go into effect October 1, 2018</a></li> <li><a href="/confluence/pages/viewpage.action?pageId=159389499" title="How do I obtain more MIT Dropbox storage space?">How do I obtain more MIT Dropbox storage space&#63;</a></li> </ul> </div> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="http://kb.mit.edu/confluence/display/istcontrib/Dropbox+Quota+FAQ" dc:identifier="http://kb.mit.edu/confluence/display/istcontrib/Dropbox+Quota+FAQ" dc:title="Dropbox Quota FAQ" trackback:ping="http://kb.mit.edu/confluence/rpc/trackback/159384814"/> </rdf:RDF> --> </div> <script type="text/x-template" title="manage-watchers-dialog"> <div class="dialog-content"> <div class="column page-watchers"> <h3>Watching this page</h3> <p class="description">These people are notified when the page is changed. You can add or remove people from this list.</p> <form action="/confluence/json/addwatch.action" method="POST"> <input type="hidden" name="atl_token" value="730e1dce2e673a4db0709cc305d8ec8c477bba7d"> <input type="hidden" name="pageId" value="159384814"/> <input type="hidden" id="add-watcher-username" name="username" value=""/> <label for="add-watcher-user">User</label> <input id="add-watcher-user" name="userFullName" type="search" class="autocomplete-user" value="" placeholder="Full name or username" autocomplete="off" data-max="10" data-target="#add-watcher-username" data-dropdown-target="#add-watcher-dropdown" data-template="{title}" data-none-message="No matching users found."> <input id="add-watcher-submit" type="submit" name="add" value="Add"> <div id="add-watcher-dropdown" class="aui-dd-parent autocomplete"></div> <div class="status hidden"></div> </form> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No page watchers</li> </ul> </div> <div class="column space-watchers"> <h3>Watching this space</h3> <p class="description">These people are notified when any content in the space is changed. You cannot modify this list.</p> <ul class="user-list"> <li class="loading">Loading&hellip;</li> <li class="no-users hidden">No space watchers</li> </ul> </div> </div> </script> <script type="text/x-template" title="manage-watchers-user"> <li class="watch-user"> <img class="profile-picture confluence-userlink" src="{iconUrl}" data-username="{username}"> <a class="confluence-userlink" href="{url}" data-username="{username}">{fullName} <span class="username">({username})</span></a> <span class="remove-watch" title="Remove" data-username="{username}">Remove</span> </li> </script> <script type="text/x-template" title="manage-watchers-help-link"> <div class="dialog-help-link"> <a href="http://docs.atlassian.com/confluence/docs-35/Managing+Watchers" target="_blank">Help</a> </div> </script> <!--END page.vmd-->

IS&T Contributions

Documentation and information provided by IS&T staff members


Last Modified:

January 09, 2025

Get Help

Request help
from the Help Desk
Report a security incident
to the Security Team
Labels:
dropbox dropbox Delete
quota quota Delete
c-dropbox c-dropbox Delete
drop drop Delete
box box Delete
dq dq Delete
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.
Feedback
This product/service is:
Easy to use
Average
Difficult to use

This article is:
Helpful
Inaccurate
Obsolete
Adaptavist Theme Builder (4.2.3) Powered by Atlassian Confluence 3.5.13, the Enterprise Wiki