Google Drive: Difference between revisions
From charlesreid1
| Line 11: | Line 11: | ||
==Enable Google Drive API in Google Cloud Console== | ==Enable Google Drive API in Google Cloud Console== | ||
Start at the [https://developers.google.com/api-client-library/python/start/get_started Getting Started Page] for the Google Python API Client. | |||
Revision as of 00:23, 19 August 2018
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.