- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 05:23 PM
Hi
I wonder if anybody can provide me with sites, documentation, WIKI, examples to import data from Google (docs, sheets) to ServiceNow.
Many thanks in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 06:41 PM
HI Alfredo,
While I haven't done this specific task, I believe Google's REST API can do what you want.
Google Drive REST API Overview | Drive REST API | Google Developers
Take a look at these videos:
ServiceNow Live Coding Happy Hour for 2016-09-23 - Outbound OAuth Part 1 - YouTube
ServiceNow Live Coding Happy Hour for 2016-09-30 - Outbound OAuth Part 2 - YouTube
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2018 12:57 PM
How did you do that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 03:51 AM
Using a service account with domain access, I created credentials in Google and enabled API's needed. I created an entry in application registry, then a rest message. I'm receiving data back and using that data to populate tables in Servicenow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 04:39 AM
It would be great if you can create some kind of HOWTO Doc/web page for the community.
Many thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 05:46 AM
I'll try to get something together this weekend and get it posted. I couldn't find any help on the community so I understand.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-14-2018 05:54 AM
This link is a good start
https://docs.servicenow.com/bundle/istanbul-application-development/page/integrate/outbound-rest/task/t_OAuthDemoCreateProvider.html