Skip to content

Image of DockServer

Join DockServer on Discord Total Releases Downloaded from GitHub Latest Official Release on GitHub GNU General Public License

Creating Tdrive Remote

First, install rclone if you have not:

sudo apt install rclone
or
curl https://rclone.org/install.sh | sudo bash

Then:

rclone config
Type n for New Remote

Type tdrive

Select from the list Google Drive (not Google Cloud Storage)

Use the same client ID and secret from gdrive remote creation

You will now Have a number of prompts:

scope – type 1 and then enter

root folder - Leave Blank and press Enter

service_account_file - Leave this blank and press enter

advanced config (y/n) - Type n and then enter

auto config - Type n and then enter

Copy the URL provided and paste into browser.

Enter your login details and paste token into terminal.

Configure this as a team drive? , type y and then enter

type y for Yes this is OK

You can type Q to exit

The rclone.conf file will be save in /.config/rclone

Support

Kindly report any issues/broken-parts/bugs on github or discord

  • Join our

Installation notes

  • Each drive supports not more than 99 service accounts
  • Each service account will allow 750GB of data upload per 24 hours
  • Do NOT confuse team drive name for the actual ID To find your ID - Go to drive.google.com -> Teamdrive and copy the ID from the url example: https://drive.google.com/drive/folders/XXXXX845JTK5VXUXXXXXXXX

For this example the id is XXXXX845JTK5VXUXXXXXXXX

Support

Kindly report any issues/broken-parts/bugs on github or discord

  • Join our Discord: https://discord.gg/A7h7bKBCVa for Support
Back to top