-
Notifications
You must be signed in to change notification settings - Fork 0
Home
limitusus edited this page Sep 13, 2010
·
2 revisions
Google_docs_up is the tool to help uploading files from your shell to your Google Docs.
Google_docs_up はコマンドラインから Google Docs へファイルをアップロードするツールです。
- Install Google Data API:
Google Data API をインストールします。 - Modify INSTALL_DIR/lib/python/gdata/service.py. This is because the current API is too old to upload PDF files. To get information of how-to, see Reference page1 below.
INSTALL_DIR/lib/python/gdata/service.py を修正します。これは現在の API モジュールが古く、 PDF のアップロードに対応していないためです。方法は参照ページ1に書いてあります。 - Edit the following line in the script file:
スクリプトファイルの以下の行を編集します:
client.ClientLogin('your@gmail.account', 'PASSWORD')
- Add the directory where the script is to your path (You may use
'export PATH=/path/to:$PATH'
).
スクリプトの置いてあるディレクトリにPATHを通します(*NIX使いならおなじみの'export PATH=/path/to:$PATH'
でしょう)
On your shell, type the following:
シェル上で以下のようなコマンドを使ってアップロードします:
$ google_docs_up hoge.docx