Connect to Google Drive via Web APIs
Simple HowTo:
- Create a Web app - and allow Google Drive API - App (in Google Cloud Service)
- Copy Secret / Client ID
- Make sure you specify the Redirect URI (including ending forwardslash) e.g. http://localhost/
- Follow Example Code