Mount google shared drive

What is the problem you are having with rclone?

mount google shared drive

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

rclone v1.61.1

  • os/version: ubuntu 22.04 (64 bit)
  • os/kernel: 5.15.0-56-generic (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

yes

Which cloud storage system are you using? (eg Google Drive)

google drive (shared folder)

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount remote:'drive_posatori' docs/

The rclone config contents with secrets removed.

[drive_posatori]
type = drive
scope = drive
token = {"access_token":"ya29.a0AVvZVspSUdT3NkNQPTePNl1zpYIVCuho3wzTTd_ArfBQXSWcWpsVggffAN9XnFLQ50szbk9qE92W9Uql3BRFnKg4pklT2QYFX8LvSh-ZD-kwcm6BvRroUW5GPIXa3y3YFvl6rMPZY26ur7WRE6FQCQRfKIPtaCgYKAWwSARISFQGbdwaIDp4k83UfqXZu>
team_drive = 0AHXI8FNm3iDsUk9PVA
root_folder_id =

if I run

rclone lsd 'drive_posatori':

I correctly see the list of folders, what I need to understand is how to mount the remote as a local folder.

root@posatori:/var/www/posatori/public# rclone mount remote:'drive_posatori' docs/ -vv
2023/02/08 17:36:01 DEBUG : rclone: Version "v1.61.1" starting with parameters ["rclone" "mount" "remote:drive_posatori" "docs/" "-vv"]
2023/02/08 17:36:01 DEBUG : Creating backend with remote "remote:drive_posatori"
2023/02/08 17:36:01 DEBUG : Using config file from "/root/.config/rclone/rclone.conf"
2023/02/08 17:36:01 Failed to create file system for "remote:drive_posatori": didn't find section in config file

Many thanks

hello and welcome to the forum,

try
rclone mount drive_posatori: docs/ -vv

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