simplified Drive instructions for non-Apps.
authorBryan <btbonval@gmail.com>
Mon, 15 Jun 2015 02:37:35 +0000 (22:37 -0400)
committerBryan <btbonval@gmail.com>
Mon, 15 Jun 2015 02:37:35 +0000 (22:37 -0400)
closes #431

README.md

index 99b1177da016b0e2777fb2fc5bdeb28b4e442346..24bbf9cdd4b64ceccac9d445684b8986e941e7a0 100644 (file)
--- 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