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
Copy file name to clipboardExpand all lines: Sources/Modules/FilesModule.swift
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1257,6 +1257,7 @@ public class FilesModule {
1257
1257
/// - access: The level of access. If you omit this field then the access level will be set to the default access level specified by the enterprise admin
1258
1258
/// - password: The password required to access the shared link. Set to .empty to delete the password
1259
1259
/// - canDownload: Whether the shared link allows downloads
1260
+
/// - canEdit: Whether the shared link allows editing
1260
1261
/// - completion: Returns a standard SharedLink object or an error
0 commit comments