From d43862ab2502c5fd6fd644add460c14294fa1fd7 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 21:16:14 +0200 Subject: [PATCH 1/3] Update README-google.md Signed-off-by: Jeroen Oudshoorn --- README-google.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README-google.md b/README-google.md index 81dedd2b..e53f776f 100644 --- a/README-google.md +++ b/README-google.md @@ -34,4 +34,11 @@ When you have done this please run the following command in your ssh shell: `sudo pwnagotchi google login` -And follow the steps, after which you can enable the plugin and let the magic begin. \ No newline at end of file +And follow the steps, after which you can enable the plugin and let the magic begin. + +# Functionality +Set a backup folder in config file + +It will then upload a zip file there of all your backup files. + +If you have a new device you only need to login with google and enable the plugin, it will then download the previously made backup and reboot. From 5b2d0e96729a34c374681de97a7fe6690ab164eb Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 21:25:26 +0200 Subject: [PATCH 2/3] 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’. From a5583cfdeabafb6a371bbd9ae2a6736f0cffddbc Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Mon, 16 Oct 2023 21:26:47 +0200 Subject: [PATCH 3/3] Update README-google.md Signed-off-by: Jeroen Oudshoorn --- README-google.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-google.md b/README-google.md index a57045f0..627dce72 100644 --- a/README-google.md +++ b/README-google.md @@ -11,11 +11,11 @@ Select ‘Credentials’ from the left menu, click ‘Create Credentials’, sel Now, the product name and consent screen need to be set -> click ‘Configure consent screen’ and follow the instructions. Once finished: -Select ‘Application type’ to be Web application. +Select ‘Application type’ to be Desktop application. Enter an appropriate name. -Input http://localhost:8080/ for ‘Authorized redirect URIs’. +Input http://localhost/ for ‘Authorized redirect URIs’. Select the correct oauth scope: