Used the `backend` command to mount all teamdrives but new teamdrives aren't shown/missing

What is the problem you are having with rclone?

I used the rclone backend -o config drives remote: to mount all teamdrives but i created some new teamdrives and they aren't shown in mountpoint

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

v1.67.0

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 backend -o config drives remote:

The rclone config contents with secrets removed.

[remote]
type = drive
client_id =apps.googleusercontent.com
client_secret = 
scope = drive
token = 
root_folder_id =
server_side_across_configs = true


[2]
type = alias
remote = remote,team_drive=,root_folder_id=:

[1]
type = alias
remote = remote,team_drive=,root_folder_id=:

[AllDrives]
type = combine
upstreams = "1=1" "2=2"

A log from the command with the -vv flag

2024/08/19 16:27:07 DEBUG : rclone: Version "v1.67.0" starting with parameters ["rclone" "backend" "-o" "config" "drives" "remote:" "-vv"]
2024/08/19 16:27:07 DEBUG : Using config file from ".config/rclone/rclone.conf"

This is interesting... as this command only lists all team drives. Nothing to do with mounting.

I think you mean that you use aliases to access team drives. In such case you have to edit your config file based on output of rclone backend -o config drives remote:.

Post all output. Not just 2 lines.

But Raidrive/kodi/Airexplorer/Mixplorer/Nplayer updates new teamdrives automatically and they use official gdrive api only
Official API allows all teamdrives right? Then why need to configure every teamdrives manually?

It is possible in theory but nobody yet implemented automatic way of doing it.

You could try to script something yourself using rclone backend -o config drives remote: and create config file dynamically.

There is official gdrive api to get all teamdrives.
those apps use that api unlike stone-age method rclone is currently using

rclone is open-source, you are welcome to contribute the source code
or
https://rclone.org/sponsor/

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