Google API
The Google API allows programmatic access to various google services.
You can get set up in the Google Cloud Console
- Add projects and switch between them with the dropdown in the top left
- Projects allow you to manage separate service API access and credentials
- In the menu on the left, use APIs and Services > Enable APIs and Services to turn on API access to different service
- Go to the credentials tab to manage credentials
- Create OAuth Client ID to make users auth and passthrough their credentials. Used to access their user data
- Use a service account if you do not need separate access levels per user