Skip to content

This is a quick example of using Google Drive API with Python.

Notifications You must be signed in to change notification settings

nalmadi/Google-Drive-API-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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:

About

This is a quick example of using Google Drive API with Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages