Hello,
I'm trying to upload files from my app but entering in my fileURLWithPath code doesn't seem to work. It keeps saying the file doesn't exist. I read the exact path in the console and pasted it in but it still can't find the file.
That is trying the batchUpload.
I'm getting this error:
No visible @interface for 'DBFILESUserAuthRoutes' declares the selector 'uploadData:mode:autorename:clientModified:mute:propertyGroups:inputData:'
When I try using the first method in the documentation. Any help with this would be amazing... I can't sort it out.
Also, is there a way to upload/download all files of a certain type from a folder? Like if I wanted to upload/download all .sav files for example. Is this possible?