2011-02-09 5 views
2

Google CLI (예 : 'google 캘린더'... ')를 사용하려고합니다. 제대로 작동하지 않아 진단에 실패합니다. 'google 캘린더'를 검색하는 것은 실제로 '진화 이메일'을 검색하는 것보다 덜 쓸모없는 것입니다.Google cli - 질문 할 곳은 어디입니까?

사람들이 프로그램 이름을 지정할 때 검색 가능성에 대해 생각하기를 바랍니다./rant

질문을 게시 할 수있는 포럼 또는 뉴스 그룹이 있습니까?

그리고 전문가가 여기에 만약 거기에 브라우저를 열고 권한을 부여하면, 프로그램이 생성됩니다

Traceback (most recent call last): 
    File "/usr/bin/google", line 839, in <module> 
    main() 
    File "/usr/bin/google", line 825, in main 
    run_once(options, args) 
    File "/usr/bin/google", line 605, in run_once 
    authenticated = authenticate(auth_manager, options, config, section_header) 
    File "/usr/bin/google", line 119, in authenticate 
    valid_token = auth_manager.retrieve_access_token(display_name, browser) 
    File "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 180, in retrieve_access_token 
    self.client.current_token) 
    File "/usr/lib/pymodules/python2.6/googlecl/authentication.py", line 255, in write_access_token 
    with open(self.tokens_path, 'wb') as tokens_file: 
IOError: [Errno 2] No such file or directory: '/home/hbarta/.local/share/googlecl/access_tok_crbmwweb' 

많은 감사, 행크 수정이 누락 된 디렉토리를 만드는 것입니다

+0

Google Mail 도움말 포럼 : http://www.google.com/support/forum/p/Calendar/label?lid=482eb9865868a1b9&hl=ko –

답변

관련 문제