Open raulmontemayor opened 3 years ago
Same problem with: Library version 12.0.0 Nextcloud: 22.2.2
downloadFile(String, String)
seems works in all cases, but
downloadFile(String)
only works if file downloaded is small, if file have 5k or more i get the same error show avove
The error occurs for me after updating from 11.2.0 to 11.3.0 until the newest version
Same here Library : 12.0.4
No problem using
org.aarboard.nextcloud.api.NextcloudConnector.downloadFile(String, String)
to directly save a file. But if I useorg.aarboard.nextcloud.api.NextcloudConnector.downloadFile(String)
:it fails with:
Am I doing something wrong?
Library version: 11.5.0 Nextcloud version: 17.0.0