I created a subclient in my file server and backed up a file (C:\test\test.txt). I then attempted to use API to download the backed up file but the server always returned 404. Anyone knows how to use the API?
The request i made is like this:
https://api.metallic.io/stream/action/download?appid=<subclientid>&path=C%3a%5ctest%5ctest.txt
Thank you in advance.