I can write to the network location, it allows me to create new files in there. But for some reason when opening files that already exist they’re opening as read-only.
Checked Excel trusted location and added the drive to the trusted locations with trusted network locations also checked. Same issue.
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.3
os/version: Microsoft Windows 11 Pro 24H2 24H2 (64 bit)
os/kernel: 10.0.26100.4652 (x86_64)
os/type: windows
os/arch: amd64
go/version: go1.24.4
go/linking: static
go/tags: cmount
Which cloud storage system are you using? (eg Google Drive)
One Drive / Sharepoint
The command you were trying to run (eg rclone copy /tmp remote:tmp)
So I’ve tried just using the Rclone mount without the NSSM and it works fine. So must be NSSM causing an issue along on the line. thats fine I can sort it from there.
I’m rather new to using Rclone, so we started to use this vs. Cloud drive mapper due to cost saving. We have some shared excels that multiple people work on at the same time. When trying to access via Cloud drive mapper I can see the multiple people working in the sheet but on Rclone it doesn’t tell me that. Before I start messing around I just wanted to check if there was something else I needed to do to replicate shared documents working or is it a limitation?
for rclone mount, i use windows built-in task scheduler, has a nice GUI and command line.
important to specify the windows username that the task will run under and if the task should be run with admin privileges.
rclone mount does not provide any functionality for multiple users (mount points) to work on the same file. Whoever saves the file last this is what will be stored in the cloud… You either use specialised collaboration tools or change the way how your users work.