Open iamprem opened 9 years ago
I think it's more a feature than a bug :-)
Agree, it's an insane behavior on Drive's part. The trick is, what if i have a broken upload, then i reuploaded using the web ui, which created dupes, which does Grive2 download? I suppose a simple "last modified wins" would be sensible in 99% of cases
@vitalif are you using any kind of database in your application to track file id, name and path? If we use a database to track the file list, we can easily track files with same name but different id. So when syncing we just need to rename the files accordingly like Google drive client in PC.
No, there is no DB (yet?.. I've thought about adding something like Git "index" to have fast change detection)
In Google drive we can have multiple files/folders with same name. This is not supported by grive2.
Grive2 just downloads only one file among those and ignoring other files.