Skip to content

vaibhavsawhney/Google-Drive-API-Django1.9-Python3.5-Complete-Sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google-Drive-API-Django1.7+ Python3+ Complete-Sample

This is the Google's Drive API integration in Django 1.7+ using Python 3+

This particular integration is for retrieving the tokens for gmail account,validating the token generated, creating a folder inside the drive, creating a folder inside a folder.

Please add your own client_secret.json in the root folder before running the python server using "python manage.py runserver"

"Workspace" is the main app

Major references:

  1. Django Google API Sample: https://github.com/google/google-api-python-client/tree/master/samples/django_sample

  2. http://engineering.hackerearth.com/2014/06/07/using-google-apis-in-django/

  3. python-social-auth LIBRARY http://stackoverflow.com/questions/29058520/how-to-sign-in-with-the-google-api-using-django

  4. http://www.marinamele.com/use-the-google-analytics-api-with-django

  5. Storage Class https://developers.google.com/api-client-library/python/guide/django#storage

  6. Google Python Video https://www.youtube.com/watch?v=IVjZMIWhz3Y

About

Google-Drive-API-Django1.7+ Python3+ Complete-Sample

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages