Dropper/README.md

880 B

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...