1.0.7 • Published 3 years ago

drive_pdf_checker v1.0.7

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Drive PDF Checker

引数として Google Drive のファイル URL を受け取り、そのファイルが PDF かどうかを判定するコマンドラインツールです。

利用するための前提条件

  • こちら を参照しながら、Google Cloud Platform で API が有効化されている
  • こちら を参照しながら、Desktop application 向けの Credentials が作成されている
  • Google Drive が利用できる Google Account が用意されている

参考サイト

Node.js quickstart  |  Google Drive API  |  Google Developers

Install

$ npm install -g drive_pdf_checker

利用方法

$ drive_pdf_checker -t drive_file_url -c your_credential_file

URL が PDF でない場合のみ、その旨が出力されます。

注意事項

token.json が実行したディレクトリに生成されます。

1.0.7

3 years ago

1.0.2

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago