Sheets List
Google Sheets の一覧を取得します。
実行方法
基本的な一覧取得
bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.spreadsheet'"
最大件数を指定
bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py search --query "mimeType='application/vnd.google-apps.spreadsheet'" --max 50
JSON 形式で出力
bash
python plugins/shiiman-google/skills/drive-list/scripts/google_drive.py --format json search --query "mimeType='application/vnd.google-apps.spreadsheet'"
出力項目
- •id: スプレッドシートID
- •name: スプレッドシート名
- •modifiedTime: 更新日時
- •webViewLink: 閲覧URL
関連操作
- •検索:
drive-searchコマンドでキーワード検索 - •作成:
sheets-createスキルで新規スプレッドシート作成