I have an application that needs to use filePromiseProvider for drag-and-drop operations to other applications.
The problem I'm having is that the receiving applicaion (in this case, Pages) provides a desired destination in /private/var:
[MSWUtility64 filePromiseProvider:writePromiseToURL:completionHandler:] path:/private/var/folders/yg/gqmcypgs1p9dpyxsllkxt9zc0000gn/T/com.apple.iWork.Pages/com.apple.iWork.Pages_22418__607536614_6/IMG_0067.jpg
Obviously, this is a sandboxed location.
What entitlements need to be set to allow this?