Newbie help with multiple users for team drive

Hey newbie is back…

I use gdrive and always run out of my google upload bandwidth. So was thinking of using a teamdrive and add a mount with a new user/api so i can upload more.

Im very new to all this my config is below… I dont understand how to use a different account on the same config. Or will i need to make a new user on my server and mount it that way?

[gdrive]
type = drive
client_id = apps.googleusercontent.com
client_secret = secret
scope = drive
token = 
[gcache]
type = cache
remote = gdrive:
plex_url = http://127.0.0.1:32400
plex_username = username
plex_password = password
chunk_size = 5M
info_age = 1d
chunk_total_size = 1G

[gdrive-crypt]
type = crypt
remote = gdrive:gdrive-crypt
filename_encryption = standard
directory_name_encryption = true
password = password
password2 = password

[teamdrive]
type = drive
client_id = apps.googleusercontent.com
client_secret = password
scope = drive
token = 
team_drive = 

[teamcrypt]
type = crypt
remote = gdrive:gdrive-crypt
filename_encryption = standard
directory_name_encryption = true
password = password
password2 = password

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