From 654f5309b041cbb65bba3b86423fcb75c0d84dab Mon Sep 17 00:00:00 2001 From: darrenrhs Date: Fri, 11 Jun 2021 02:00:52 +1000 Subject: [PATCH] docs: drive: include requirement to publish app in step-by-step - fixes #5393 --- docs/content/drive.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/content/drive.md b/docs/content/drive.md index 1082d0ed0..4511dd3a4 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -1324,8 +1324,11 @@ then select "OAuth client ID". 7. Choose an application type of "Desktop app" if you using a Google account or "Other" if you using a GSuite account and click "Create". (the default name is fine) -8. It will show you a client ID and client secret. Use these values -in rclone config to add a new remote or edit an existing remote. +8. It will show you a client ID and client secret. Make a note of these. + +9. Go to "Oauth consent screen" and press "Publish App" + +10. Provide the noted client ID and client secret to rclone. Be aware that, due to the "enhanced security" recently introduced by Google, you are theoretically expected to "submit your app for verification"