salimoha / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

Error when uploading a file in a directory #438

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I use this commande : google docs upload myFile --folder "Perso"

What is the expected output? What do you see instead?

Traceback (most recent call last):
  File "/usr/bin/google", line 849, in <module>
    main()
  File "/usr/bin/google", line 835, in main
    run_once(options, args)
  File "/usr/bin/google", line 633, in run_once
    raise run_error
AttributeError: 'NoneType' object has no attribute 'upper'

What version of the product are you using? On what operating system? 
googlecl-0.9.13-py2.7

What version of gdata-python-client (aka python-gdata)?
gdata-2.0.14-py2.7

Please provide any additional information below.
I can upload file in folder.

Original issue reported on code.google.com by j...@px.io on 19 Oct 2011 at 7:22

GoogleCodeExporter commented 9 years ago
Excuse me. The problem happens especially when the file has no extension.

Original comment by j...@px.io on 19 Oct 2011 at 7:27

GoogleCodeExporter commented 9 years ago
Fixed in trunk.

Original comment by szy...@endpoint.com on 29 Dec 2012 at 9:08