Editing Files with Windows Exploring using RClone and OpenMedia Vault

What is the problem you are having with rclone?

I've searched forums for three days trying to solve this issue and you all are my final stop. My desired outcome is to be able to edit (create, delete, save) files within Windows Explorer by use of [rclone mount] to Google Drive on a headless raspberry pi running OMV with an external 1TB harddrive (ext4) attached. Everything seems to work except one thing: Google Drive files displayed in Windows Explorer via rclone and OMV produce this error when I try to delete them "File Access Denied: You need permission to perform this action You require permission from director\user to make changes to this file"

Run the command 'rclone version' and share the full output of the command.

rclone v1.59.1
  • os/version: raspbian 11.4 (64 bit)
  • os/kernel: 5.15.32-v8+ (aarch64)
  • os/type: linux
  • os/arch: arm64
  • go/version: go1.18.5
  • go/linking: static
  • go/tags: none

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)

rclone mount --allow-non-empty --allow-other --vfs-cache-mode full --dir-perms 0777 remote:naspi_cloud /srv/dev-disk-by-uuid-numbers_and_letters/pi/directory

The rclone config contents with secrets removed.

config file
[remote]
type = drive
client_id = numbers-letters
client_secret =  numbers-letters
scope = drive
token = {"access_token":"number-letters"}
team_drive =

A log from the command with the -vv flag

Paste  log here

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