We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0429c20 commit cd156b8Copy full SHA for cd156b8
1 file changed
iOSClient/Networking/NCNetworking+Upload.swift
@@ -34,7 +34,7 @@ extension NCNetworking {
34
fileNameLocalPath: fileNameLocalPath,
35
dateCreationFile: creationDate,
36
dateModificationFile: dateModificationFile,
37
- autoMkcol: true,
+// autoMkcol: true,
38
account: account,
39
options: options) { request in
40
requestHandler(request)
@@ -201,7 +201,7 @@ extension NCNetworking {
201
202
dateCreationFile: metadata.creationDate as Date,
203
dateModificationFile: metadata.date as Date,
204
205
account: metadata.account,
206
sessionIdentifier: metadata.session)
207
0 commit comments