Main Product API
Main Product API
curl -i -X DELETE \
https://developers-internal.tonicdm.com/_mock/tonicdm-product/fileset/cloudfilesystem-children \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Based on the IDs of files in a cloud file system, add those files to a TonicDM fileset. If the files are in different folders, the TonicDM system will determine the appropriate relative path (the common root).
The TonicDM user's token for the cloud platform must have access to the files in the cloud file system.
It should return success or failure for each file as it happens. Implementing a progress bar ???
curl -i -X PUT \
'https://developers-internal.tonicdm.com/_mock/tonicdm-product/fileset/cloud-file?cloudFileIds={id}%2C{id}%2C{id}&filesetId=8e8aa42241794371ae9d0ed7b67a8c86&platform=egnyte' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
Successfully retreived the files from the cloud file system and added them to the Fileset.
The status of the File, with Inactive
meaning it has been superceded (ie. another file with the same name was subsequently uploaded to the Fileset) removed from the Fileset.
A list of functional categories for grouping files.
[ { "id": "be26af2278974fddb5fcf67d83c10de3" } ]