UNPKG

google-drive-getfilelist

Version:

This is a Node.js module to retrieve the file list with the folder tree from the specific folder of Google Drive.

12 lines (11 loc) 224 B
dist: trusty language: node_js node_js: - "node" - "12" - "11" - "10" install: - npm install -g google-drive-getfilelist script: - echo "npm test is not used because this module uses an access token."