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

Drive refuses to acknowledge certain files are pulled #58

Closed
FPtje opened this issue Feb 5, 2015 · 5 comments
Closed

Drive refuses to acknowledge certain files are pulled #58

FPtje opened this issue Feb 5, 2015 · 5 comments
Labels

Comments

@FPtje
Copy link

FPtje commented Feb 5, 2015

I have a screenshot of the problem here:
scr
Sorry for the large size, I have a High DPI screen.

The files in the screenshot come from a collaboration project. I can download them through drive, but drive never acknowledges that they're there. The diff states that the files either don't exist locally (which they do) or that the modified dates are different. It will say the same thing right after pulling. The files don't seem to be corrupt. I also didn't touch them, so the fact that the modified dates are different is a mystery to me.

This happened in a huge folder containing subfolders of files. Most files do not suffer this issue. It really is only this set of files. I have already tried removing those files and redownload them, but that doesn't solve it.

I'm having this issue, I can't easily get rid of it, but I have no clue on how to fix it. It might have something to do with Visio and Visio temp files.

@odeke-em
Copy link
Owner

odeke-em commented Feb 5, 2015

In about 10 hours I'll get back home and will be able to help out, please let me know any other details, just make sure that no one is editing those files either. If you are sure that the files aren't being modified, you can use '-no-clobber'. The README contains a bit of information that might help you to get started.

@FPtje
Copy link
Author

FPtje commented Feb 5, 2015

-no-clobber does not resolve the issue completely. The files normally marked as modified are not included anymore, but the "added" files are.

falco@manjaro:~/Drive/INFOMSWA/assignments/a2/VisioProjects$ drive pull -no-clobber .
Resolving...
+ /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.vsdx
+ /INFOMSWA/assignments/a2/VisioProjects/functionalArchitecture2.png
+ /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.png
Addition count 3 src: 99.86KB
^Cfalco@manjaro:~/Drive/INFOMSWA/assignments/a2/VisioProjects$ drive pull .
Resolving...
M /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.vsdx
M /INFOMSWA/assignments/a2/VisioProjects/functionalArchitecture2.png
M /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.png
+ /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.vsdx
+ /INFOMSWA/assignments/a2/VisioProjects/functionalArchitecture2.png
+ /INFOMSWA/assignments/a2/VisioProjects/FunctionalModel.png
Addition count 3 src: 99.86KB
Modification count 3 src: 101.21KB dest: 100.05KB

I am 100% sure that no one is editing these files since the report containing these specific files has been handed in weeks ago. Also, drive pull always gives the same results, regardless of how often I pull.

These are the files I have locally:

-rw-r--r-- 1 falco users 37582 Dec  8 12:49 ContextDiagram.png
-rw-r--r-- 1 falco users 40631 Dec  2 10:59 Context DiagramV2.png
-rw-r--r-- 1 falco users 61144 Dec  2 10:59 Context DiagramV2.vsdx
-rw-r--r-- 1 falco users 62728 Dec  8 12:49 ContextDiagram.vsdx
-rw-r--r-- 1 falco users 25832 Dec  5 14:56 functionalArchitecture2.png
-rw-r--r-- 1 falco users 53779 Dec  7 16:01 functionalArchitecture2.vsdx
-rw-r--r-- 1 falco users 27513 Dec  5 14:45 FunctionalModel.png
-rw-r--r-- 1 falco users 49108 Dec  7 15:32 FunctionalModel.vsdx
-rw-r--r-- 1 falco users 52865 Dec  8 14:21 MediaInformation.vsdx

These are the files on drive (through drive website)
drive files

Oh I think the problem is that there are two files in there with the same name. That might be freaking the application out.

@odeke-em
Copy link
Owner

odeke-em commented Feb 5, 2015

screen shot 2015-02-05 at 11 54 22 am

@FPtje
Copy link
Author

FPtje commented Feb 5, 2015

Well I only figured out about double files in my previous post. There were no errors implying that this was a case the application couldn't handle.

That said, I removed the duplicate files and the problem is resolved. Should I leave this issue open for documentation purposes/TODO?

@odeke-em
Copy link
Owner

odeke-em commented Feb 5, 2015

You can close it.

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

No branches or pull requests

2 participants