From 5b2d0e96729a34c374681de97a7fe6690ab164eb Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 21:25:26 +0200 Subject: [PATCH] Update README-google.md Signed-off-by: Jeroen Oudshoorn --- README-google.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-google.md b/README-google.md index e53f776f..a57045f0 100644 --- a/README-google.md +++ b/README-google.md @@ -3,7 +3,7 @@ Before you enable the gdrivesync plugin follow these guidelines. # Authentication Drive API requires OAuth2.0 for authentication. PyDrive2 makes your life much easier by handling complex authentication steps for you. -Go to APIs Console and make your own project. +Go to [APIs Console](https://console.developers.google.com/iam-admin/projects) and make your own project. Search for ‘Google Drive API’, select the entry, and click ‘Enable’.