googlephotos: Backend for accessing Google Photos #369

This commit is contained in:
Nick Craig-Wood 2019-06-17 17:50:58 +01:00
parent 5eebbaaac4
commit a1cfe61ffd
18 changed files with 3120 additions and 0 deletions

View file

@ -14,6 +14,7 @@ import (
_ "github.com/ncw/rclone/backend/fichier"
_ "github.com/ncw/rclone/backend/ftp"
_ "github.com/ncw/rclone/backend/googlecloudstorage"
_ "github.com/ncw/rclone/backend/googlephotos"
_ "github.com/ncw/rclone/backend/http"
_ "github.com/ncw/rclone/backend/hubic"
_ "github.com/ncw/rclone/backend/jottacloud"