What is the problem you are having with rclone?
I’m trying to mount a shared Google Drive folder (that I don’t own) using the folder ID.
I only want to mount that specific shared folder (animes
) which contains subfolders.
Even when I specify --drive-root-folder-id
, it still mounts the full "Shared With Me" section.
I’ve already enabled --drive-shared-with-me
in my config.
Mounting works but not to the correct specific folder ID.
Run the command 'rclone version' and share the full output of the command.
rclone v1.70.3
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 6.14.0-1009-oracle (aarch64)
- os/type: linux
- os/arch: arm64 (ARMv8 compatible)
- go/version: go1.24.4
- 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 drivecloud: /home/ubuntu/animes \
--drive-root-folder-id 1pl-b42gTaqWMVj8RdtQR8DZNWSzbU2TQ \
--allow-other \
--vfs-cache-mode writes \
--log-level DEBUG \
--log-file /var/log/rclone-animes.log
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[drivecloud]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive =
shared_with_me = false
root_folder_id = XXX
### Double check the config for sensitive info before posting publicly
A log from the command that you were trying to run with the -vv
flag
https://pastebin.com/GSznyQtK