marinofaggiana 5 years ago
parent
commit
ce6a3b3062
1 changed files with 1 additions and 1 deletions
  1. 1 1
      iOSClient/Networking/NCNetworking.swift

+ 1 - 1
iOSClient/Networking/NCNetworking.swift

@@ -338,7 +338,7 @@ import NCCommunication
                                     object.authenticationTag = nil
                                     object.fileName = fileNameFolder
                                     object.fileNameIdentifier = fileNameIdentifier
-                                    object.fileNamePath = ""
+                                    object.fileNamePath = CCUtility.returnFileNamePath(fromFileName: fileNameFolder, serverUrl: serverUrl, activeUrl: url)
                                     object.key = key! as String
                                     object.initializationVector = initializationVector! as String
                                     object.metadataKey = metadataKey!