# Disable Downloads not working

**URL:** https://discourse.jupyter.org/t/disable-downloads-not-working/11205
**Category:** JupyterLab
**Tags:** help-wanted
**Created:** [October 11, 2021, 5:55pm UTC](https://discourse.jupyter.org/t/disable-downloads-not-working/11205 "2021-10-11T17:55:10Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![Ramanjaneya\_Naidu\_Na](https://yyz1.discourse-cdn.com/flex031/user_avatar/discourse.jupyter.org/ramanjaneya_naidu_na/32/8405_2.png) [@Ramanjaneya\_Naidu\_Na](https://discourse.jupyter.org/u/Ramanjaneya_Naidu_Na)
#### Post date: [November 4, 2022, 8:01am UTC](https://discourse.jupyter.org/t/disable-downloads-not-working/11205/8 "2022-11-04T08:01:30Z")

</div>

Above issue occurred due to jupyter --version . I have update the jupyter version in docker file to RUN pip install jupyterlab==3.1.0a5

And RUN below command in docker file too

RUN jupyter labextension disable @jupyterlab/docmanager-extension:download   
&& jupyter labextension disable @jupyterlab/filebrowser-extension:download as stated by ncgoodbody in above discussion . This changes disable the dowload functionality and right click download

---

_[View the full topic](https://discourse.jupyter.org/t/disable-downloads-not-working/11205)._
