V
V
vasyok2282021-11-04 01:52:05
Node.js
vasyok228, 2021-11-04 01:52:05

How to get list of files and links from google drive?

There is a folder in google drive and it has an attachment of folders and files, how can I get a list of files (name/path/link) from google drive?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
D
Daria Motorina, 2021-11-04
@vasyok228

Google Drive quickstart for JS
Google Drive quickstart for Node.js
How to Use the Google Drive API with JavaScript

G
Grigory Boev, 2021-11-04
@ProgrammerForever

1) Open a folder by id
2) Go through all occurrences and get the information of interest for each.
All this is in the documentation, incl. Ready-made code for iterating over files in a folder.
The maximum that needs to be added is a recursive bypass of subfolders

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question