Dropper is an uploading/downloading application to push and pull data from devices.
Go to file
Maxim Stewart d30b6efa82 Initial push... 2020-02-21 22:31:22 -06:00
images Initial push... 2020-02-21 22:31:22 -06:00
src Initial push... 2020-02-21 22:31:22 -06:00
LICENSE Initial commit 2020-02-21 22:14:17 -06:00
README.md Initial push... 2020-02-21 22:31:22 -06:00
requirements.txt Initial push... 2020-02-21 22:31:22 -06:00

README.md

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.
// 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. 2 Upload view pre-uploaded. 3 Upload view post-upload. 4 Google drive api uploader view.

TODO

Nothing...