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