Dropper is an uploading/downloading application to push and pull data from devices.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
itdominator 5a95117100 Css fixes 1 year ago
images Css fixes 1 year ago
src Css fixes 1 year ago
.gitignore Big update to login and other logic 3 years ago
LICENSE Initial commit 4 years ago
README.md Logic fix, README additions 3 years ago
create_venv.sh Big update to login and other logic 3 years ago
linux-requirements.txt Big update to login and other logic 3 years ago
windows-requirements.txt Big update to login and other logic 3 years ago

README.md

Dropper

Dropper is an uploading/downloading application to push and pull data from devices.

Notes

  • Need python 2+
  • Set the fields in static/google-api-data.json file to use the google drive picker api.
  • You will need Keycloak setup to use this application.
  • DNS over HTTPS can affect hosts file usage so make sure to disable that if using Firefox and editing hosts file.
  • If using HTTPS, you will need to add your certificate information to httplib2's (located in your venv folder under site-packages) 'cacerts.txt' file. Otherwise, you'll get "itsdangerous.exc.BadSignature:" error trying to login or out.

Setup

You will need Keycloak setup to use this application. The file 'client_secrets.json' has the predefined structure setup so you can use it for reference- modify accordingly. If you use the same realms and clients in Keycloak, you'll still need to change the 'client_secret' key; the one shown is an example of what you need to get from Keycloak (CHANGE and KEEP this SECRET if using on a public facing site!). In addition, use the hosts file on your computer to setup redirects for 'www.ssoapps.com' (Keycloak) and 'www.dropper.com' (Dropper App).

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