Closed wjhendr closed 5 years ago
@wjhendr thanks for reporting this issue. The underlying library has been upgraded but not all code is updated in this tool. It's a problem at our end. I will try to fix this. Please look out for this issue, when done, I will put the update here.
Similar problems here:
~/download/googlecl master
❯ python2 src/google.py docs list
Refreshing access_token
Traceback (most recent call last):
File "src/google.py", line 956, in <module>
main()
File "src/google.py", line 942, in main
run_once(options, args)
File "src/google.py", line 735, in run_once
raise run_error
AttributeError: 'DocsService' object has no attribute 'get_folder'
@wjhendr Bug from my side to get the oauth2 getting to work somehow. The new rewrite will resolve this. Keep an eye on #274.
Hello,
I just cloned (version
0.9.15
) and installed. When prompted at first run, I entered:I then got my auth code from a browser, pasted it in, and it got accepted:
I cannot list contacts, though:
The above command gives the error:
What is the problem? Probably something I'm doing/not doing, but googling and searching here yielded nothing.
Thanks