Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 317 Bytes

File metadata and controls

10 lines (8 loc) · 317 Bytes

GoogleDriveSample

Connect to Google Drive via Web APIs

Simple HowTo:

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