How to disable the autosave function in rstudio?

Hi, I've realized that if I save a notebook in a shared folder (dropbox/gdrive), this cause this error:

(The process doesn't have access to the file because is being used by another process)

Is there any option to disable the autosave function in rstudio?

Thanks in advance!

The solution may not be exactly what you are hoping for, but it would be to not use cloud hosting designed for traditional documents, but to use git and GitHub or something equivalent.

I'm not 100% sure which auto-save options you're referring to, but the ones you can control you'll find in Tools >> Project Options (or Global Options, if you'd like the setting to be global)

1 Like

It's currently not possible to disable RStudio's behind-the-scenes auto-save mechanism. Would you mind filing this as a feature request at https://github.com/rstudio/rstudio/issues?

Done:

Thanks

1 Like

Issue closed, see https://github.com/rstudio/rstudio/pull/5565

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