All actions about users like create、delete 、getInfo about users is good. but all action about files is bad like exists、upload、download。 the result is always true when I check the existence of a file. Also when I upload or download a file, will throw an exception like this.
When I check the existence of a file.My docker's file below
But I get the result
After so many times tests, I still get the point. If you can send me an example to connect the next could by HttpClient way,so I can understand it's working principle. (I tried to follow this api, but failed because of so much packing steps)
All actions about users like create、delete 、getInfo about users is good. but all action about files is bad like exists、upload、download。 the result is always true when I check the existence of a file. Also when I upload or download a file, will throw an exception like this. When I check the existence of a file.My docker's file below But I get the result After so many times tests, I still get the point. If you can send me an example to connect the next could by HttpClient way,so I can understand it's working principle. (I tried to follow this api, but failed because of so much packing steps)