How to Create a Google Developers Project

  1. Sign into the API manager in the Google Cloud console.
  2. Likely you will need to create a new project in Google Cloud, so click Create. Create new project
  3. Give your project a name, like “DataReporter” and click create. Give project name
  4. Click Create Credentials and select OAuth Client ID. Create credentials
  5. If you see it, click on the button that says Configure Consent Screen. Configure consent
  6. Fill out the Product Name field and click Save. (This will be displayed to users during the sign in flow). Fill out product name
  7. Select the Application Type Web Application. Give your application a name and in Authorized Javascript Origins, put the address of your DataReporter instance (something like: https://redash.acme.com).
  8. In the Authorized redirect URIs section, put the address of your DataReporter instance suffixed by /oauth/google_callback (i.e. https://redash.acme.com/oauth/google_callback). Click create. Set callbacks
  9. Copy your client ID and secret and paste them in the fields on the left to finish connecting Google. Copy Client ID and Secret