TSD's API Client is called tacl. The tool relies on TSD's file API which is available to all projects by default. Tacl does not have limits on file sizes for importing and exporting, and uploads and downloads are resumable by default. This makes tacl useful for importing and exporting large amounts of data. The program also supports incremental directory synchronisation.
- If you have admin right on your computer you can run the command pip3 install tsd-api-client --upgrade in the command line.
- If you do not have admin rights, use pip3 install tsd-api-client --user --upgrade.