Skip to content

Commit cd156b8

Browse files
NMC - Commented the autoMkcol parameter
1 parent 0429c20 commit cd156b8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

iOSClient/Networking/NCNetworking+Upload.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ extension NCNetworking {
3434
fileNameLocalPath: fileNameLocalPath,
3535
dateCreationFile: creationDate,
3636
dateModificationFile: dateModificationFile,
37-
autoMkcol: true,
37+
// autoMkcol: true,
3838
account: account,
3939
options: options) { request in
4040
requestHandler(request)
@@ -201,7 +201,7 @@ extension NCNetworking {
201201
fileNameLocalPath: fileNameLocalPath,
202202
dateCreationFile: metadata.creationDate as Date,
203203
dateModificationFile: metadata.date as Date,
204-
autoMkcol: true,
204+
// autoMkcol: true,
205205
account: metadata.account,
206206
sessionIdentifier: metadata.session)
207207

0 commit comments

Comments
 (0)