new backend: zoho workdrive - fixes #4533

This commit is contained in:
buengese
2020-10-08 00:17:50 +02:00
committed by Nick Craig-Wood
parent 62c9074132
commit 66c3f2f31f
12 changed files with 1610 additions and 0 deletions

View File

@@ -42,4 +42,5 @@ import (
_ "github.com/rclone/rclone/backend/union"
_ "github.com/rclone/rclone/backend/webdav"
_ "github.com/rclone/rclone/backend/yandex"
_ "github.com/rclone/rclone/backend/zoho"
)