Forum Discussion

Ed T.2's avatar
Ed T.2
Explorer | Level 4
4 years ago

local vs online only - how to tell programatically?

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?