Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grive2 is not downloading files with same name as different files #22

Open
iamprem opened this issue Aug 14, 2015 · 4 comments
Open

Grive2 is not downloading files with same name as different files #22

iamprem opened this issue Aug 14, 2015 · 4 comments

Comments

@iamprem
Copy link

iamprem commented Aug 14, 2015

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.

@vitalif
Copy link
Owner

vitalif commented Aug 14, 2015

I think it's more a feature than a bug :-)

@vitriolix
Copy link

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

@iamprem
Copy link
Author

iamprem commented Aug 14, 2015

@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.

@vitalif
Copy link
Owner

vitalif commented Aug 14, 2015

No, there is no DB (yet?.. I've thought about adding something like Git "index" to have fast change detection)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants