-
-
Notifications
You must be signed in to change notification settings - Fork 336
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
Conversation
Resolves #444 |
There was a problem hiding this 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
Added |
Please close and merge this PR |
@DhanushNehru - please kindly approve :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the main README.md List of Projects section @bravetiger01
Please resolve merge conflicts |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's main branch and not master branch @bravetiger01
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:
Checks
in the repository
in the PR
Thank You,
Nakul Desai
@bravetiger01