From 0bc0f62277c8b52528bfb34e1e64e87ff4ffb217 Mon Sep 17 00:00:00 2001 From: calisro Date: Tue, 26 Feb 2019 16:50:15 -0500 Subject: [PATCH] Recommendation for creating own client ID --- backend/drive/drive.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/drive/drive.go b/backend/drive/drive.go index c45b8a35f..a268e8b07 100644 --- a/backend/drive/drive.go +++ b/backend/drive/drive.go @@ -186,10 +186,10 @@ func init() { }, Options: []fs.Option{{ Name: config.ConfigClientID, - Help: "Google Application Client Id\nLeave blank normally.", + Help: "Google Application Client Id\nSetting your own is recommended.\nSee https://rclone.org/drive/#making-your-own-client-id for how to create your own.\nIf you leave this blank, it will use an internal key which is low performance.", }, { Name: config.ConfigClientSecret, - Help: "Google Application Client Secret\nLeave blank normally.", + Help: "Google Application Client Secret\nSetting your own is recommended.", }, { Name: "scope", Help: "Scope that rclone should use when requesting access from drive.",