Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.37 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.37 KB

Google-Drive-API-Example

This is a quick example to get you set up with Google Drive API.

Here are the steps needed:

pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib 
  • Place your "credentials.json" file at the same directory as your code "quickstart.py"
  • Run the quickstart Python program
  • First time you will be redirected to a webpage to enter your username and password through the OAuth 2.0 window
  • Make sure you add "credentials.json" and "token.json" to your .gitignore file

Resources and References: