Post

Replies

Boosts

Views

Activity

Comment on How can I read a dataless file from within the same or another FileProvider extension?
How to use the method described in the document on Swift? After using it, I cannot determine whether a file is a dataless file properly. please help me,thanks! I want to use a fileprovider on the macOS platform to implement a feature that only grants allowstagging permission to downloaded files. If it is a dataless file, allowstagging permission will not be given, but the system will automatically drain and clear the content. How to detect this and how to determine if a file is a dataless file
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25
Comment on handling files offloaded to iCloud?
May I ask how to detect it on the macOS platform? I have tried but cannot determine if it is a dataless file because I want to use a fileprovider on the macOS platform to implement a function: only grant allowsTracing permission to downloaded files. If it is a dataless file, do not grant allowsTracing permission, but the system will automatically drain and clear the content. How to detect this (and how to determine if a file is a dataless file)
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25
Comment on How to disable Finder "Move to Bin" action for non materialised files
hello,I have the following questions: In the document, I have an allowance for travel regarding the file policy, which differs from what you mentioned about supportsSyncingTrash Currently, I do not have allowtracking permission by default in the code. After downloading, I added it to allow the file to enter the recycle bin. However, there is a scenario where the fileprovider supports automatic eviction of file content. So, how can I remove the allowtracking permission at this time
Topic: App & System Services SubTopic: Core OS Tags:
Nov ’25
Comment on How to distinguish which operations in the file provider are during offline period
Thank you for your reply. Current manifestation: After disconnecting from the domain, manipulating local files will also trigger corresponding callbacks to execute corresponding logic after reconnecting. But I want to ignore offline deletion operations, which means not triggering the corresponding callback or ignoring these offline deletion operations in the callback. The current problem is how to determine if this callback was operated offline
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’26
Comment on How can I read a dataless file from within the same or another FileProvider extension?
How to use the method described in the document on Swift? After using it, I cannot determine whether a file is a dataless file properly. please help me,thanks! I want to use a fileprovider on the macOS platform to implement a feature that only grants allowstagging permission to downloaded files. If it is a dataless file, allowstagging permission will not be given, but the system will automatically drain and clear the content. How to detect this and how to determine if a file is a dataless file
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on handling files offloaded to iCloud?
May I ask how to detect it on the macOS platform? I have tried but cannot determine if it is a dataless file because I want to use a fileprovider on the macOS platform to implement a function: only grant allowsTracing permission to downloaded files. If it is a dataless file, do not grant allowsTracing permission, but the system will automatically drain and clear the content. How to detect this (and how to determine if a file is a dataless file)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on FileProvider extension approach
hello,Is there any way to get in touch with the FileProvider team? I encountered a similar problem
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on How to disable Finder "Move to Bin" action for non materialised files
hello,I have the following questions: In the document, I have an allowance for travel regarding the file policy, which differs from what you mentioned about supportsSyncingTrash Currently, I do not have allowtracking permission by default in the code. After downloading, I added it to allow the file to enter the recycle bin. However, there is a scenario where the fileprovider supports automatic eviction of file content. So, how can I remove the allowtracking permission at this time
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’25
Comment on Fileprovider Recycle Bin recovery does not trigger the create event, and dataless files should not be moved to the Recycle Bin
thank you so much,I will try it out later, and if there is a conclusion, I will synchronize it with you
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on How to disable Finder "Move to Bin" action for non materialised files
hello,Can you give me some advice?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on Fileprovider Recycle Bin recovery does not trigger the create event, and dataless files should not be moved to the Recycle Bin
NSFileProviderDomain supportsSyncingTrash, If the system default is not set to true, it will not solve the problem I raised above
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on Fileprovider Recycle Bin recovery does not trigger the create event, and dataless files should not be moved to the Recycle Bin
Thank you very much. After trying, I were able to solve my problem. Wishing you happiness every day
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on File Provider-How to actively trigger the enumerateItems again
Thank you for your reply. I would like to inquire about the specific meaning of 'send a notification'. Currently, opening a directory repeatedly will not trigger the enumerateItems function again, which is causing me a lot of trouble. Finally, I am from China. If possible, could you add a contact information?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on FinderSync extension not playing nice with other Finder extensions and folders
Hi bro. I would like to inquire if you can directly use NSFileProviderCustomAction to display the corresponding tags in the context of the file right-click? My implementation does not display properly. Do I need to add Finder Sync Extension
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on FileProviderUI prepare method receives internal fileprovider ID list instead of actual itemIdentifier
Are you using this feature on iOS? I haven't seen the file provider UI on the macOS platform. If I want to use NSFileProviders Custom Action, is there a tutorial available? Currently, I am unable to display my customized functions by right clicking. Look forward to your reply,thank you
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on How to get displayName actually used by Finder when using FileProvider API
cool,Looking forward to a solution
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’25
Comment on How to distinguish which operations in the file provider are during offline period
Thank you for your reply. Current manifestation: After disconnecting from the domain, manipulating local files will also trigger corresponding callbacks to execute corresponding logic after reconnecting. But I want to ignore offline deletion operations, which means not triggering the corresponding callback or ignoring these offline deletion operations in the callback. The current problem is how to determine if this callback was operated offline
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on During the process of uploading a large file, I moved it to the trash can. How can I directly interrupt this upload process
But I have tried the synchronization function of oneDrive and found that it can achieve this function. When deleting a large file during upload, the file will not continue to be uploaded and will not appear in the recycle bin
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on File Provider-How to actively trigger the enumerateItems again
Does it have to be triggered when a remote change occurs on the server? Can we control the re triggering and re enumeration locally
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’26