Posts

Post not yet marked as solved
2 Replies
1.8k Views
I've run into some issues using an app called StrongSync, which uses the FileProvider API to mount various cloud services. The mounted folder was showing stale results and missing content. In attempting to troubleshoot, I uninstalled and reinstalled, deleted and recreated the connection multiple times, but it simply does not appear in Finder, and a folder does linger in ~/Library/CloudStorage even with no folders configured. The company that authors the software has been unresponsive. Is there a command or API call to remove/reset that folder in CloudStorage?
Posted
by jaraco.
Last updated
.
Post not yet marked as solved
1 Replies
532 Views
In the Python keyring project, the project has encountered an error invoking the SecKeychainFindGenericPassword API function in a forked process.We've gotten as far as replicating the problem outside of the keyring project in a native app.As you can see in that example, a simple Objective-C application replicates the issue - the child raises a signal 11 when attempting to query the keyring in a child process.Is there a way to safely initialize a child process to support invoking the security APIs?
Posted
by jaraco.
Last updated
.