You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Something fails here even though I think I did everything properly.
It just returns Unable to connect to share.
The session and the filepath are vailid and transferred fine to the Dl-Handler.
I also know that the Handler-Function gets executed (I printed something inside there)
I have no idea what sort of share you're connecting to, or what point it could be failing. I'd recommend you breakpoint my code and see if you can see where it's failing.
If it's failing at the libdsm level, then there's nothing I can do to help.
Something fails here even though I think I did everything properly.
It just returns Unable to connect to share.
Download Handler:
Call:
–> From Different ViewController
BackgroundTasks().downloadFile(from: session, atFilePath: editItems![0].filePath!)
This is really important for me bc my whole app is complete besides the downloading.
If anyone has an idea I would very appreciate it
The text was updated successfully, but these errors were encountered: