Access WorkDrive with PHP and Select Folder & Files
There are three things I'd like to do with the WorkDrive API.
- Access it with PHP
- Select the name of Folders at the root level so I can store them in a table.
- Select the files and display them somewhere else (for example another domain).
Is this possible and or is there a simple PHP script you have that I could reference/use?
Any help would be appreciated.