Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavbhuva/google-drive-file-downloader
These samples allow you to list and download files from Google Drive.
https://github.com/vaibhavbhuva/google-drive-file-downloader
Last synced: about 2 months ago
JSON representation
These samples allow you to list and download files from Google Drive.
- Host: GitHub
- URL: https://github.com/vaibhavbhuva/google-drive-file-downloader
- Owner: vaibhavbhuva
- Created: 2021-10-11T04:14:57.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-11T04:22:54.000Z (over 3 years ago)
- Last Synced: 2024-11-09T15:03:58.687Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# google-drive-file-downloader
These samples allow you to list and download files from Google Drive.__Run the `download.js` sample:__
```
node download.js
```where `` is the id of any file in Google Drive.
Example:
```
node download.js 0B_Klegupc5gUcXhFZjZVUV9NeE0
```