mirror of
https://github.com/rclone/rclone.git
synced 2026-01-03 09:03:50 +00:00
@@ -215,7 +215,7 @@ func NewFs(name, root string) (fs.Fs, error) {
|
||||
log.Fatalf("Failed configuring Google Cloud Storage Service Account: %v", err)
|
||||
}
|
||||
} else {
|
||||
oAuthClient, err = oauthutil.NewClient(name, storageConfig)
|
||||
oAuthClient, _, err = oauthutil.NewClient(name, storageConfig)
|
||||
if err != nil {
|
||||
log.Fatalf("Failed to configure Google Cloud Storage: %v", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user