From cd9ac358e302e386660e35021a8631a160a4f98a Mon Sep 17 00:00:00 2001 From: david yang Date: Thu, 18 Aug 2016 10:49:35 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c097b5f..43f8053 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ This is a CLI utility for "deploying" Google Apps Script code. Normally Google A ## Configure OAuth Client 1. Go to the [Google Developers Console](https://console.developers.google.com/) and create a new project. -2. Go to that project and then "APIs & auth > Credentials". -3. Under OAuth click the "Create new Client ID" button. -4. Under "Application Type" select "Installed application" and choose "Other" for "Installed Application Type". **NOTE:** Once created it will be labeled "Client ID for _native_ application". +2. Add the Google Drive API and Enable it. +2. Go to that project and then "API Manager > Credentials". +3. Under the "Credentials" tab select the "OAuth client ID" option. +4. You'll need to create a Consent Screen +4. Under "Application Type" select "Other" and type in "Python GAS" **NOTE:** Once created it will be labeled "Client ID for _native_ application". 5. Click the "Download JSON" button to fetch your "client secrets file". **IMPORTANT:** Save this file somewhere safe. It will be needed every time you call the `gas` application. ## Authorize `gas` Application