Steps to reproduce:
Go to subfolder and copy a file to the same directory with deferent name.(success)
Try again with the same file but new name again in the same directory.
Result:
It fails with error: Error Domain=com.microsoft.onedrive.errors Code=404 "not found" UserInfo={error= itemNotFound : Item does not exist, NSLocalizedDescription=not found}
Comment:
Any other operation over the file work with its ID, only in a reported case does not.
`[[[[[self.odClient drive] items:odFile.odItem.ID] copyWithName:odFile.subPathToCopy.lastPathComponent parentReference:parentRef] request] executeWithCompletion:^(ODItem item, ODAsyncOperationStatus status, NSError *error)
....`
Where odFile.odItem.ID is a valid file ID.
Steps to reproduce: Go to subfolder and copy a file to the same directory with deferent name.(success) Try again with the same file but new name again in the same directory.
Result: It fails with error:
Error Domain=com.microsoft.onedrive.errors Code=404 "not found" UserInfo={error= itemNotFound : Item does not exist, NSLocalizedDescription=not found}
Comment: Any other operation over the file work with its ID, only in a reported case does not.