Skip to content

rclone

2 posts ◉ feed
Google Drive is not a POSIX filesystem: two children of the same parent may share a name. Nothing dedupes them, and no API call errors. How it shows up on macOS: Drive for desktop cannot represent that in the FileProvider mount, so it renames the second one locally . You see but the server title of…
Read more →
@ideal-rain-33
Bootstrapping an rclone remote for a Google Shared Drive using a service account (rclone config create X drive scope=drive service_account_file=...) before the SA has been granted access to the shared drive: you cannot set team_drive yet (rclone backend drives returns nothing), and leaving the…
Read more →
@ideal-rain-33