From dc663e7f4a8a8ba87be5d166f25ec92cdd06c0aa Mon Sep 17 00:00:00 2001 From: Rajat Khanduri <38693805+wthrajat@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:26:44 +0530 Subject: [PATCH 1/2] created googleDriveDownloader.md --- .../2-Intermediate/googleDriveDownloader.md | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 Projects/2-Intermediate/googleDriveDownloader.md diff --git a/Projects/2-Intermediate/googleDriveDownloader.md b/Projects/2-Intermediate/googleDriveDownloader.md new file mode 100644 index 00000000..2091ee10 --- /dev/null +++ b/Projects/2-Intermediate/googleDriveDownloader.md @@ -0,0 +1,30 @@ +# Google Drive Downloader + +### Difficulty: **Tier-2,** Intermediate + +Google Drive Downloader is an application which lets user generate and download google drive files directly. It also aims to solve the errors like download quota +exceeded, download link expired etc. The user will authorize their Google Account on the application and paste anyone's drive file link to generate a direct download link. +It will also bypass the excess download quota error. + + +## User Stories + +- [ ] User can create a profile which will track all the previous downloads. +- [ ] User can scroll through various public google groups for content hunting. +- [ ] User can get information like when is the file's download link expiring, size & owner of file. +- [ ] User can get a copy button for quickly copying the file's link to the clipboard. +- [ ] User can get an option to reset the download link so the link is no longer valid. + +## Bonus Features + +- [ ] User can star/favorite any file or google group's link. +- [ ] User can have an option to shorten the URL within the app itself. + +## Useful Links & Resources + +- [ ] [Thru shell](https://github.com/Akianonymus/gdrive-downloader) +- [ ] [Drive CLI Client](https://github.com/prasmussen/gdrive) + +## Example Projects +- [ ] [Google Drive Downloader](https://github.com/ndrplz/google-drive-downloader) +- [ ] [Drive Downloader](https://ansonalex.com/tutorials/google-drive-download-files/) From 9d63931c6081ef79fb68ecb73dc76c350b7e6802 Mon Sep 17 00:00:00 2001 From: Rajat Khanduri <38693805+wthrajat@users.noreply.github.com> Date: Sat, 8 Oct 2022 16:27:32 +0530 Subject: [PATCH 2/2] renamed file --- .../{googleDriveDownloader.md => Google-Drive-Downloader.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Projects/2-Intermediate/{googleDriveDownloader.md => Google-Drive-Downloader.md} (100%) diff --git a/Projects/2-Intermediate/googleDriveDownloader.md b/Projects/2-Intermediate/Google-Drive-Downloader.md similarity index 100% rename from Projects/2-Intermediate/googleDriveDownloader.md rename to Projects/2-Intermediate/Google-Drive-Downloader.md