driveAPI
Google drive and DropBox Files Viewer
This Django app lets you view your Google Drive and DropBox Files in the same window.
Setup
- Python 2.7
- Django 1.11
- Navigate to pages/views.py. There are 2 functions in it.
auth()andhomme(). You need to get your google cloud application client ID, secret key and Dropbox secret ID and add to these funtions.
Usage
python manage.py runserver