Does anyone know if it is possible to have python determine if a file on one drive is online-only or if it has been downloaded?
I am asking because I have an issue where a script will break because the folder that it is iterating through has files which are not downloaded, then it takes too long to download the files and the script breaks because of this. Any help would be appreciated.