GithubHelp home page GithubHelp logo

south1907 / tree-google-drive Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 0.0 18 KB

Tool help generate tree of folder of google drive by folder id or link drive

Python 100.00%
google google-drive-api python3 folder-tree

tree-google-drive's Introduction

Some query example

results = service.files().list(q="'root' in parents and name contains 'training' and mimeType='application/vnd.google-apps.folder'").execute()

results = service.files().list(pageSize=2, driveId='1VvMyjU_VeOqPueEsj9Rcrk1ll434rUAx', q="mimeType='application/vnd.google-apps.folder'", includeItemsFromAllDrives=True, corpora="drive", supportsAllDrives=True, fields='nextPageToken, files(id, name, mimeType)', pageToken=page_token).execute()

Lib

pip3 install google-api-python-client google-auth-httplib2 google-auth-oauthlib

Setup

  1. go https://console.developers.google.com/apis/credentials, create and download file credentials.json or go https://developers.google.com/drive/api/v3/quickstart/python, enable the Drive API, download file credentials.jsont

  2. copy file folder.txt from file folder.example.txt --> edit id of folder need run

  3. run file main.py

    • because folder may be have many many subfolder, so tool will run many times (limit 500 request, set crontab)
  4. run file generate.py to generate file menu json in folder output

tree-google-drive's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.