Skip to content
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 へファイルをアップロードするツールです。

Preparation: 準備:

  1. Install Google Data API:
    Google Data API をインストールします。
  2. 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に書いてあります。
  3. Edit the following line in the script file:
    スクリプトファイルの以下の行を編集します:
    client.ClientLogin('your@gmail.account', 'PASSWORD')
  4. 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' でしょう)

Usage: 使い方:

On your shell, type the following:
シェル上で以下のようなコマンドを使ってアップロードします:
$ google_docs_up hoge.docx

References: 参照:

  1. Issue 591 – gdata-issues – Allow Upload of PDF Files to Google Docs – Project Hosting on Google Code
  2. Google Document にファイルをアップロードするバッチを作ってみた – Limitの日記
Clone this wiki locally