· 6 years ago · Jan 15, 2020, 08:18 AM
1Setup Instructions
2
3Go to the Google Developers Console
4Select project or create a new one (and then select it)
5Enable the Drive API for project
6In the sidebar on the left, expand APIs & auth > APIs
7Search for "drive"
8Click on "Drive API"
9click the blue "Enable API" button
10Create a service account for project
11In the sidebar on the left, expand APIs & auth > Credentials
12Click blue "Add credentials" button
13Select the "Service account" option
14Select "Furnish a new private key" checkbox
15Select the "JSON" key type option
16Click blue "Create" button
17our JSON key file is generated and downloaded to your machine (it is the only copy!)
18note your service account's email address (also available in the JSON key file)
19Share the doc (or docs) with your service account using the email noted above
20and the send me this JSON file so I can add it in out repository