Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Go to the following URL link:
    https://console.developers.google.com

     
  2. Click Enable APIS and Services.

  3. Search for Google Sheets API in the search box and select it.

  4. Click Manage.

  5. Click Credentials option from the menu on the left-hand side of the page.


  6. Click Create Credentials and select OAuth Client ID from the drop-down list.

  7. Click the Application Type drop-down and select Web Application.

  8. Enter the web application name in Name field. Here, Web client is provided as the name.

  9. Click ADD URI in Authorized JavaScript origins field and provide https://console.developers.google.com as the URI.

  10. Click ADD URI in Authorized redirect URIs field and provide https://developers.google.com/oauthplayground as the URI.

  11. Click Create.

  12. Make note of the Client ID and the Client Secret information from the pop up that appears once the OAuth client is created.

...