Merge pull request #33 from flamingspaz/master

Add line to docs about sharing the sheet with the service email
This commit is contained in:
Mavis Ou 2016-06-03 10:44:00 -07:00
Родитель e52d810803 51b4671c29
Коммит b8cdf4f2ce
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -28,6 +28,8 @@ Creating a service account will generate a special client email address and
a new private key. The client email address should be stored in an environment
variable called [`GOOGLE_API_CLIENT_EMAIL`](https://github.com/mozilla/schedule-app-data-processor/blob/master/docs/REQUIREMENTS.md#environment-variables). The private key should be stored in an environment variable called [`GOOGLE_API_PRIVATE_KEY`](https://github.com/mozilla/schedule-app-data-processor/blob/master/docs/REQUIREMENTS.md#environment-variables).
Share the spreadsheet as "View Only" with the service account that you created (The email used as `GOOGLE_API_CLIENT_EMAIL`).
## Project settings
### Environment variables