diff --git a/googlecloudstorage/googlecloudstorage.go b/googlecloudstorage/googlecloudstorage.go index 4e6d3f9ac..1b06b5a93 100644 --- a/googlecloudstorage/googlecloudstorage.go +++ b/googlecloudstorage/googlecloudstorage.go @@ -42,7 +42,7 @@ const ( var ( // Description of how to auth for this app storageAuth = &googleauth.Auth{ - Scope: storage.DevstorageFull_controlScope, + Scope: storage.DevstorageFullControlScope, DefaultClientId: rcloneClientId, DefaultClientSecret: rcloneClientSecret, }