mirror of
https://github.com/rclone/rclone.git
synced 2026-03-26 11:22:38 -04:00
Previously shared_folders mode blocked all write operations with "not supported in shared files mode". This adds full read-write support by using namespace-scoped API clients for all operations.