Most programs when attempting to save into an rclone webdav (as a way of mounting my google drive (config attached)) give an error along the lines of "cannot save this". For example snipping tool gives me "Couldn't save that image". Paint . net gives a "error occurred when saving this image". and word gives "cannot save file" errors.
This seemed like a similar error, so I added the --vfs-cache-mode writes flag but that appeared to do nothing. It is also worth noting that this only seems to happen when saving directly from a program and not when copy and pasting things using windows explorer. I'm using webDAV as I don't have administrator access on this PC making winFSP out of the question.
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp)
It's probably also worth noting that after trying to save something, if you try again with the same filename and directory you get the "The process cannot access the file because another process has locked a portion of the file" until you shutdown the rclone process and reopen it.
I dont know if that helps? but thats more info anyway
These are the -vv logs specifically from when I attempt to save using word. (using the --vfs-cache-mode full arg). I'm not knowledgeable enough to decipher this, but hopefully someone here is?
Yeah, I use the google drive application at home. Unfortunately the goal here is to try and mount it as a drive on the PCs at University, hence why I'm using webDAV currently as it doesnt require admin rights like install winSCP would...
Could work? But not ideal.. I've tried it but you can't mount it as a drive, only as a network location meaning software that requires a proper filesystem such as MATLAB or other CAD software don't work with it, and they're the main reason I want this .
Tbf there is no reason the webDAV solution shouldn't work...
No trying to save it to ftp://localhost:2121 just resulted in a blank explorer page and an error when trying to save. But that might be more snipping tool's FTP abilities than to do with rclone.
I didn't think those were issues that were relevant to me? I dont have any level of authentication on the webDAV, which means windows should be fine connecting without ssl. It does also connect without SSL with no error. Which I think also makes the office issue irrelevant?
I've just figured out aswell, I can save things to the webDAV as long as the file existed before. (e.g. opening an existing file on the webdav, editing and saving it). Tested in word, but appears as though overwriting a file when saving in snipping tool also works, just not a new file.