Google CLI (例: 'google calendar "...") を使用しようとしていますが、以前はうまく機能せず、エラー診断で失敗しました。「google calendar」で検索しても、「Evolution email」で検索してもあまり意味がありません。
プログラムに名前を付けるときは、検索可能性について考えてほしいと思います。/暴言
質問を投稿できるフォーラムやニュースグループはありますか?
ここに専門家がいる場合、ブラウザを開いて認証すると、プログラムは次のように生成します。
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'
どうもありがとう、ハンク