# Dropper Dropper is an uploading/downloading application to push and pull data. # Notes * Need python 2+ * Set the fields in static/google-api-data.json file to use the google drive picker api. ``` NOTE: These will get set from loadPicker... // The Browser API key obtained from the Google API Console. // Replace with your own Browser API key, or your own key. let developerKey = ''; // The Client ID obtained from the Google API Console. Replace with your own Client ID. let clientId = "" // Replace with your own project number from console.developers.google.com. // See "Project number" under "IAM & Admin" > "Settings" let appId = ""; ``` # Images ![1 Default view starting out. ](images/pic1.png) ![2 Upload view pre-uploaded. ](images/pic2.png) ![3 Upload view post-upload. ](images/pic3.png) ![4 Google drive api uploader view. ](images/pic4.png) # TODO Nothing...