Using Rest Apis in Google Drive with CRUD functionality
Implemented Google drive rest API with the functionality of-
- Sign in using existing google Account
- View all existing Files
- Upload a new file.
- Delete existing file.
- Download existing file.
This project has been made using Javascript, JQUERY and BOOTSTRAP...
Generate your Google client key here. Just add the client key in js/main-script.js and comment line #20.
See the prerequisites here.
See how to run here.