Post

Replies

Boosts

Views

Activity

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:
2w
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 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