Set up the OAuth application on the Google Sheets API
Set up the OAuth application on the Google Sheets API so that you can authenticate requests from your ServiceNow instance to access Google Sheets.
Before you begin
- Create a business account on https://console.developers.google.com/.
- Create a domain and an email address that is associated with the domain. For example, www.mydomain.com and jane-admin@mydomain.com.Note:You can register only one email address per domain in Google Workspace.
- Role required: admin
About this task
Setting up the OAuth application on the Google Sheets API enables you to access and update spreadsheets securely from your instance. For example, if you're exporting incident records from the ServiceNow instance to a Google Sheet, OAuth ensures that the system has permission to create or update the sheet on your behalf, without needing you to log in manually each time.
Procedure
Result
The OAuth application is enabled to authenticate the access of Google Sheets from your instance.
What to do next
To enable OAuth authorization for exporting table records to Google Sheets, register the Google Drive application in your instance. For more information, see Create an application registry for Google Sheets on a ServiceNow instance.