For csv++ to read and write from Google Sheets you will need to provision a service account to
which csv++ will have access to, then "Share" (in Google's UI) the spreadsheet with that service
account for each spreadsheet you want csv++ to be able to read and write.
# Setting Up Using The Browser
1. Using your Google account, log into [the Google Cloud Platform console](https://console.cloud.google.com/welcome?project=gspush)
2. Create a new project or skip this step if you already have a project you'd like to use.
3. Making sure that the GCP console has the proper project selected, navigate to the "Service
Accounts" section.
4. Click "+ Create Service Account" and create a service account with the info of your choosing.
5. Click "+ Grant Access" and make sure that the new service account has the "Storage Object
Creator" role.
6. From the "Service Accounts" page, click the "Manage keys" link on the new service account.
# Setting Up Via The CLI
1. [Download and install the gcloud CLI SDK](https://cloud.google.com/sdk/gcloud)
2. TODO