To get a session, please first login to Xdrive so you can use this tool for testing the Xdrive JSON API version 1.1. For more information, go to dev.aol.com/xdrive_api |
| |
|
| file.getlisting |
To get the root folder and all of its children, call file.getlisting with no arguments. Otherwise, pass in the unique id of the folder you'd like to get a listing from. |
| |
|
|
|
| io.download |
| To download a file, pass in the unique id of the file. |
|
|
|
|
| io.upload |
| To upload a file, pass in the unique id of the destination folder where to upload the file to. |
|
|
|
| |
|