Hi there,
After unassigning a dropbox account as it doesn't work very well with a few TB of data on dropbox, I've had build an app to sync the files instead of using the Dropbox app.
But now trying to sync these online is causing me an issue as most of the files that are on the computer are empty. (file size on disk 0byte). Is there a way other than using an exception Catch to identify if the file exists or if it is just a dropbox file shell?
Is there a way for me to identify these 0byte file shells using c#?
Also, I am hitting my API limit reasonably quickly as I am checking if each file exists on the dropbox cloud before I upload, if it does then I just delete it off my drive or move it to a new folder I've built. Is there a way to increase these limits on the API?
I only have 1 machine that works with dropbox app properly, and it can only work if it has an NVME drive, i7 and 64GB ram. The dropbox APP for me is exceptionally resource-heavy that I cannot use it on my AMD ryzen 3, or anything below i7.