I have an app that allows users to store files in Dropbox. If the local directory is known, I look for the content there, else I use the API. With the advent of local vs online-only, files that I linked as local are no longer opening since they have not yet or are not going to be local.
How can I tell if a file is local or just has a placeholder locally? Is there a better way to handle this situation?