Error saving any file in RStudio

Just got upgraded to a new Windows 10 laptop by our IT team. With RStudio, I am completely unable to save any file. Weirdly, the .RData file seems to save just fine.
image

Sys.getenv("HOME"), Sys.getenv("R_USER"), and path.expand("~/") all return the same folder, which is a network folder (//company.com/userdata/LOCATION/MyDocuments/myuser/Documents/) mirrored from my local H:\ drive. I've tried changing those environment variables and the working directory to my H:, and while I can do a list.files('.') and see things there, I still can't save anything. What could possibly be going on here?

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