API
Upload data
This service allows you to upload files to your user area by interacting with the application's REST API.
Because the data upload is a combination of different steps, we have developed a Phyton program to indirectly interact with the REST API. The code can be found here
python remoteUpload.py -u 'username' -p 'pass' -sdt profile -sd 'sampleAPfile.txt' -d 'test'
Uploads the 'sampleAPfile.txt' profile data to the user area of 'username'