From 5e8894c6580ea56fea55b1fa6c0445d93753fd10 Mon Sep 17 00:00:00 2001 From: Rob <1572423+robweber@users.noreply.github.com> Date: Wed, 8 Nov 2017 11:42:32 -0600 Subject: [PATCH] cut/paste from README --- Google-Drive.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Google-Drive.md diff --git a/Google-Drive.md b/Google-Drive.md new file mode 100644 index 0000000..159fdc2 --- /dev/null +++ b/Google-Drive.md @@ -0,0 +1,3 @@ +Using the Google Drive target is very similar to the Dropbox one. You must create a Google API project and authenticate your account via the id and secret. Instructions for enable the Google API for Google Drive can be found here (https://developers.google.com/api-client-library/python/start/get_started). You'll need the client id and client secret generated for the addon settings. You only need to follow Step 1. + +Once you have the client ID and Secret add them to the addon settings and click _Authorize_. You'll get a popup with a TinyURL to enter in a browser on your phone, tablet, or computer. Click OK and you'll see a notification to enter your authorization code. You'll get this code after authorizing the app via your browser. Put the code from your browser into the pop-up dialog. The addon will cache these credentials so it should be a one-time authentication unless you revoke Google Drive permissions.