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

Google Doc files showing as zip archives #34

Closed
anubeon opened this issue Oct 27, 2013 · 4 comments
Closed

Google Doc files showing as zip archives #34

anubeon opened this issue Oct 27, 2013 · 4 comments

Comments

@anubeon
Copy link

anubeon commented Oct 27, 2013

Google Docs files are displayed in the mounted filesystem, however, they are displayed as zip archives (mimetype application/zip). The archive files can be opened with LibreOffice Calc and they work as expected (and are read only, as expected). I've tried editing the config file to alter 'docs_file_extension=false' to 'docs_file_extension=true' on a whim, but other than that I haven't manually modified my configuration file which is as follows:

docs_file_extension=false
verification_code=
umask=0o002
document_format=odt
debug=false
presentation_format=pdf
spreadsheet_format=ods
download_docs=true
client_id=
drawing_format=png
conflict_resolution=server
keep_duplicates=false
metadata_cache_time=60
client_secret=
read_only=false
form_format=ods
sqlite3_busy_timeout=500

Please do let me know if there is anything else I can do to help diagnose this bug. I suspect debug=true might be a start, but I'd rather follow specific instructions lest I flood this bug with irrelevant details/data.

Note: I have only spreadsheets under Google Docs at the moment.

@anubeon
Copy link
Author

anubeon commented Oct 27, 2013

Ooops, I stumbled across the answer in another 'bug' report. I needed to execute with the -cc option to see the 'docs_file_extension=true' configuration change come into effect.

I would suggest though that this ( i.e. 'docs_file_extension=true') ought to be default behaviour, as one can only imagine that most users using google-drive-ocamlfuse for its Google Documents feature would rather see documents extensions (and thus have them handled as any other document stored locally). Just a thought.

@anubeon anubeon closed this as completed Oct 27, 2013
@astrada
Copy link
Owner

astrada commented Oct 27, 2013

Thanks for your feedback. I have not changed that default yet, because I am still checking if it has some unwanted side effects.

@hdavy2002
Copy link

I have the same issue; All my files on the google drive is showing up as zipped. I used a browser to check my drive online.

@astrada
Copy link
Owner

astrada commented Jun 2, 2014

What extension do you get if you issue an ls command?

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

No branches or pull requests

3 participants