Google API wiki
Working with the Google API?
Please add your learnings, favorite links and gotchas here by editing this page.
Using Google with Nango​
Provider template name in Nango: google
Follow our quickstart to add an OAuth integration with Google in 5 minutes.
App registration & publishing​
No information yet, feel free to contribute it (or check out airtable for an example)
Useful links​
API specific gotchas​
- Google has a unified OAuth system for their various APIs. This provider should work for most of them (e.g. GSheet, Gmail, Google Calendar, etc.)
- You need to enable individual Google API on the Google API Console before using them
- While setting up the OAuth credentials, the Authorized JavaScript origins should be your site URL (
http://localhost:8000
if you're doing the Quickstart locally)