Restrict downloads from IDE

HI,
We are trying to implement Rstudio IDE but DO NOT want the users to download the files/data from the IDE to their client computers. How would I go about implementing this security policy? The users can get data via an ODBC connection to an internal server.

TIA<
Matt

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

Hi @matt2000 . I'm not 100% sure how we missed this discussion! There is an RStudio Server option to allow-file-downloads. If you set this to allow-file-downloads=0, then downloads will not be allowed.

https://docs.rstudio.com/ide/server-pro/r-sessions.html#disabling-access-to-features

1 Like