Help with configuring multiple Google drive accounts

What is the problem you are having with rclone?

I'm not sure how the union remotes, work with rclone and need a bit of help with configuring the streams

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

rclone v1.66.0
- os/version: Microsoft Windows 10 Pro 22H2 (64 bit)
- os/kernel: 10.0.19045.4170 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.22.1
- go/linking: static
- go/tags: cmount

Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
Yes

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)

currently using the GUI

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[Scarlet]
type = drive
client_id = XXX
token = XXX
client_secret = XXX
team_drive =

[scarlet2]
type = drive
client_id = XXX
client_secret = XXX
token = XXX
team_drive =

Greetings I just need a bit of help understanding how Union works or if it would be better to use Combine

also if I do use Union how would I go about setting the streams to be the root directories? Same question with Combine

I figured out how to mount the drive and access it however I'm not able to share the drive on my network for access to several PCS

on the server

set root=b:\rclone\mount
rclone mount remote: %root%\remote
net share share=%root%

on the clients

net use z: \\server\\share\remote /user:username password

welcome to the forum,

the above mentioned scripts quoted by kapitainsky were written by myself.
if you have any questions, let me know.

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