While Rename any item in Apple Files application vi File Provider Extension not work it display bellow error
The requested Operation couldn't be completed because the feature is not supported.
In my FileProviderItem
class i have set capabilities as bellow
var capabilities: NSFileProviderItemCapabilities {
return .allowsAll
}
How i can rename document in apple file Application thru my file provider extension?