I have a Macintosh app that does not use the Dropbox api - however, my users do save the app’s data files & packages in a Dropbox folder.
The problem is that recently users have been having file packages saved as “Available online-only” which causes huge and unexpected problems and the solution is to switch the file to “available offline.”
My question is: Rather than walking my users through the Finder to switch the file package to “available offline” is there something I can do in my app (perhaps via NSFileManager) to change the file to “available offline.”
Thanks for your thoughts on this.