Google Drive のファイルを共有する
Shares Google Drive files with specified users, groups, or via public links.
/plugin marketplace add shiiman/claude-code-plugins/plugin install shiiman-google@shiiman-claude-code-pluginsGoogle Drive のファイルを共有します。
$ARGUMENTS (必須): ファイルID--email <address>: 共有先メールアドレス(user/group タイプの場合必須)--role <role>: 権限(reader=閲覧, writer=編集, commenter=コメント)デフォルト: reader--type <type>: 共有タイプ(user=個人, group=グループ, anyone=リンク共有)デフォルト: user--no-notify: 共有通知メールを送信しないpython plugins/shiiman-google/scripts/google_drive.py share --file-id "$ARGUMENTS" ${EMAIL:+--email "$EMAIL"} ${ROLE:+--role "$ROLE"} ${TYPE:+--type "$TYPE"} ${NO_NOTIFY:+--no-notify}
/shiiman-google:drive-share 1abc...xyz --email user@example.com --role writer
/shiiman-google:drive-share 1abc...xyz --type anyone --role reader