Post

Replies

Boosts

Views

Activity

Reply to NSFileProviderReplicatedExtension: Download triggered after upload
I had the same issue recently and found the answer within createItem() 🙂 https://developer.apple.com/documentation/fileprovider/nsfileproviderreplicatedextension/3656549-createitem When you are returning the completionHandler, you'll find a boolean option to fetch the content from remote. Simply returning false will not trigger the fetchContents() anymore. If you are returning a specific type of error along with the successful completionHandler, there is a chance that you'll trigger fetchContents() again which i assume not to be the case here.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’24
Reply to NSFileProviderReplicatedExtension: Download triggered after upload
I had the same issue recently and found the answer within createItem() 🙂 https://developer.apple.com/documentation/fileprovider/nsfileproviderreplicatedextension/3656549-createitem When you are returning the completionHandler, you'll find a boolean option to fetch the content from remote. Simply returning false will not trigger the fetchContents() anymore. If you are returning a specific type of error along with the successful completionHandler, there is a chance that you'll trigger fetchContents() again which i assume not to be the case here.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Can we have Finder Sync Extension on File Provider (Cloud Storage) Path macOS
If the Finder Sync Extension were to be in a different application, just listening to the directory. Is it possible to get the context menu on the Cloud Storage Path. ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to File Provider : unable to trigger `fetchPartialContents(for:version:request:minimalRange:aligningTo:options:completionHandler:)` when opening files
Hi Guys, is there any updates about this issue ?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’23