From 18c24014da97b7e721df14757fb15e4b42bef857 Mon Sep 17 00:00:00 2001 From: viveknathani Date: Mon, 31 Jan 2022 18:53:00 +0530 Subject: [PATCH] docs/content: describe mandatory fields for drive Making a client-id for Google Drive requires you to add two more fields besides the already documented "Application name" field. This commit documents what should be written for those two fields. Fixes #5967 --- docs/content/drive.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/content/drive.md b/docs/content/drive.md index 1fc67400e..23b062dc5 100644 --- a/docs/content/drive.md +++ b/docs/content/drive.md @@ -1339,7 +1339,8 @@ credentials", which opens the wizard), then "Create credentials" to the next step; if not, click on "CONFIGURE CONSENT SCREEN" button (near the top right corner of the right panel), then select "External" and click on "CREATE"; on the next screen, enter an "Application name" -("rclone" is OK) then click on "Save" (all other data is optional). +("rclone" is OK); enter "User Support Email" (your own email is OK); +enter "Developer Contact Email" (your own email is OK); then click on "Save" (all other data is optional). Click again on "Credentials" on the left panel to go back to the "Credentials" screen.