What is the problem you are having with rclone?
I'm using a shared seedbox and need to use the --allow-other flag with my rclone mount however I don't have access to /etc/fuse.conf. Is there some way I can use a local conf file?
What is your rclone version (output from rclone version
)
rclone v1.52.1-145-g4d9ad98a-vfs-beta
Which OS you are using and how many bits (eg Windows 7, 64 bit)
os/arch: linux/amd64
Which cloud storage system are you using? (eg Google Drive)
Google Team Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone mount remote:path/to/files /path/to/local/mount --allow-other
The rclone config contents with secrets removed.
[download-a]
type = drive
team_drive = 01LNBa0DBHhlLPk9XVQ
scope = drive
token = {"access_token":"hunter2"}
[download-a-crypt]
type = crypt
remote = download-a:
filename_encryption = standard
directory_name_encryption = true
password = hunter2
password2 = hunter2
A log from the command with the -vv
flag
fusermount: option allow_other only allowed if 'user_allow_other' is set in /etc/fuse.conf