Skip to content

Save Files and Folder To Drive #446

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

bravetiger01
Copy link

@bravetiger01 bravetiger01 commented Jun 7, 2025

PR Title

Save Files and Folder directly to drive

Summary

This python script makes the content of drive upload to google drive easily

Description

It maintains the structure of drive, and uploads the data using pydrive. It first authenticates user, asking for which gmail to use, then in cli asks in which folder to uplad the contents to. If the folder exists, it will upload it into that, if it doesn't it will create one. It also make sures same file isn't uploaded twice and same folder too

Resolves #444

The changes are as follows:

  • Created folder Save file to drive

Checks

in the repository

  • Made no changes that degrades the functioning of the repository
  • Gave each commit a better title (unlike updated README.md)

in the PR

  • Followed the format of the pull_request_template
  • Made the Pull Request in a small level (for the creator's wellfare)
  • Tested the changes you made

Thank You,

Nakul Desai
@bravetiger01

@bravetiger01 bravetiger01 reopened this Jun 7, 2025
@bravetiger01 bravetiger01 reopened this Jun 8, 2025
@leftkats
Copy link
Contributor

leftkats commented Jun 9, 2025

Resolves #444

Copy link
Contributor

@leftkats leftkats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add the following in the pr description to connect the issue with the relevant pull request

Resolves #444

@bravetiger01
Copy link
Author

Added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save any file to Drive
2 participants