-
Type: Improvement
-
Status: Resolved
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 6.0-HF36
-
Component/s: File Upload
-
Impact type:API change
-
Upgrade notes:
-
Sprint:nxfit 9.1.8, nxfit 9.1.9
-
Story Points:3
By default FileManagerService#createFolder(CoreSession documentManager, String fullname, String path) overwrites an existing folder with the same title as the one being created.
As we have an overwrite boolean parameter in both
DocumentModel createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName) throws IOException; DocumentModel createDocumentFromBlob(CoreSession documentManager, Blob input, String path, boolean overwrite, String fullName, boolean noMimeTypeCheck) throws IOException;
we should have the same thing for createFolder.
This is required by NXDRIVE-668 to avoid sending a duplicate id to Drive when it asks the server to create a folder with an existing title.
- is required by
-
NXDRIVE-668 Fix upload issue with changes made while drive client is not running
- Resolved
-
NXP-21854 Don't send duplicate ids to Drive by default when creating a Folder/File with an existing title
- Resolved