Drop.io - Command Line interface


Download DropIOCmd - Free

V1.00 For Windows
 
 
 

 


What can Drop.io ?

DropIOCmd was developed so StationRipper can interface to Drop.io via a command line interface.  It is currently focused on what StationRipper needs - but this command line program can be used from any app.

Example usage:

  • Create a drop
    DropIOCMD -apikey YOURKEY -dropname stationrippertest -action=create -password yourpassword
     
  • Create a Music drop
    DropIOCMD -apikey YOURKEY -dropname stationrippertest -action=create -password yourpassword -code playlist
     
  • Upload a file to a drop
    DropIOCMD -apikey YOURKEY -dropname stationrippertest -action=upload -addfile "c:\yourmusic.mp3"
     
  • List the files on a drop
    DropIOCMD -apikey YOURKEY -dropname stationrippertest -action=list
 

Return codes (to interface from other programs:

  • -1  No API Key
  • -2  No Action
  • -3  Invalid Action Type
  • -4  No password
  • -5  Error getting assets
  • -6  No Params
  • 1000 - Not Authorized
  • 1002 - Not Found
  • 1003 - Bad Request
  • 1004 - Server Error