a-schild / nextcloud-java-api

Java api library to access nextcloud features from java applications
GNU General Public License v3.0
72 stars 50 forks source link

cant upload/download files #49

Closed YangZi-java closed 3 years ago

YangZi-java commented 4 years ago

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. gg When I check the existence of a file.My docker's file below git But I get the result image 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)

a-schild commented 3 years ago

Very old report, is this still a problem? You can look at the test cases