Google Drive
From charlesreid1
Overview
On this page we attempt to cover the basics of using the Google Drive API.
Steps:
- Enable Google Drive API in Google Cloud Console
- Download
client_secrets.jsonwhich contains credentials to make requests as your application - Run your application and present the user with a unique login link
- They log in, you end up with
credentials.jsonwhich contain credentials to do things on behalf of that user - Use
credentials.jsonwhen making API calls
Enable Google Drive API in Google Cloud Console
Start at the Getting Started Page for the Google Python API Client.