What is the problem you are having with rclone?
rclone is setupp with Google Team Drives.
I upload files from my system to the google team drives to a folder that rclone itself creates.
I try to get the public link to the folder but errors saying :
rclone link G-SERVER:Beta/BIN
02:25:40 Failed to link: googleapi: Error 403: The user does not have sufficient permissions for this file., insufficientFilePermissions
However if I run the same command at onne folder level lower it works.
rclone link G-SERVER:Beta
Irrespective of folder depth it seems like it can get link only for basepath + 1st level folder.
What is your rclone version (output from rclone version
)
rclone v1.53.2
- os/arch: linux/amd64
- go version: go1.15.3
Which OS you are using and how many bits (eg Windows 7, 64 bit)
Debian 10
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 link
The rclone config contents with secrets removed.
Paste config here
A log from the command with the -vv
flag
rclone -vv link G-SERVER:Beta/BIN
2020/11/05 02:32:36 DEBUG : rclone: Version "v1.53.2" starting with parameters ["rclone" "-vv" "link" "G-SERVER:Beta/BIN"]
2020/11/05 02:32:36 DEBUG : Using config file from "/home/build/.config/rclone/rclone.conf"
2020/11/05 02:32:36 DEBUG : Creating backend with remote "G-SERVER:Beta/BIN"
2020/11/05 02:32:37 DEBUG : Google drive root 'Beta/BIN': attempting to share directory ''
2020/11/05 02:32:37 DEBUG : 4 go routines active
2020/11/05 02:32:37 Failed to link: googleapi: Error 403: The user does not have sufficient permissions for this file., insufficientFilePermissions