What is your rclone version (output from rclone version)
rclone v1.50.2
os/arch: windows/amd64
go version: go1.13.4
Hey all,
I don't think rclone about has ever worked for me on teamdrives since as far back as 1.47 and earlier.
Before I create an issue on it, it would be helpful if a few people can check that they experience the same problem.
The check is of course super easy to do:
Have a Google Teamdrive configured
Run rclone about MyTeamdriveRemote:
Note if the output is empty or not (normally you should get statistics about the data)
It works fine on normal Google Drives. This is only regarding teamdrives (or "shared drives") as Google now calls them.
It may be that it's not possible for teamdrives or something - but if that is the case I think rclone should spit out an error rather than a very confusing blank.
Hopefully it is possible though, because it contains a lot of useful info.
That is probably because there is no storage quota for Shared Drives. They have unlimited storage quota but only 400k total files+folders. I think we can still add the existing capability and probably create a bug for Google to fix if they want.
This will also solve the permissions issue since this is an easy check to do. However, it returns 404 (drive not found) instead of 403.
This change:
- calls teamdrives get on rclone about
- calls teamdrives get on a listing of the root which returned no entries
These will both detect a team drive which has the incorrect auth and
workaround the issue.