From e5ee67af815ef2271a2f5996241f1d0ef9a27b19 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 14 Jun 2015 22:37:35 -0400 Subject: [PATCH] simplified Drive instructions for non-Apps. closes #431 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 99b1177..24bbf9c 100644 --- a/README.md +++ b/README.md @@ -270,8 +270,9 @@ A Google Drive service account with access to the Google Drive is required. This may be done with a Google Apps account with administrative privileges, or ask your business sysadmin. -Follow [Google's instructions](https://developers.google.com/drive/delegation) -to create a Google Drive service account. +Follow [Google's instructions](https://developers.google.com/drive/web/auth/web-server) +to create a Google Drive service account. If using Google Apps, it is worth +looking at [these instructions](https://developers.google.com/drive/delegation). Convert the p12 file into a Base64 encoded string for the `GOOGLE_SERVICE_KEY_BASE64` environment variable. There are many ways to do -- 2.25.1