/spreadsheet-oauth2-example

scala example using oauth2 for google spreadsheet api

Primary LanguageScala

Google spreadsheet example with oauth2

Follow these steps to get started:

  1. clone this repository.

  2. go to https://console.developers.google.com/project, create google api project and fetch client_secrets.json

  3. download and copy client_secrets.json to src/main/resources

  4. start sbt

     $ sbt
    
  5. Start the demo application:

     > run