Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sparab16/Google-Drive-Upload

Google drive upload is useful to help the user upload any files/folders directly on thier respective Google Drive account without leaving their system.
https://github.com/Sparab16/Google-Drive-Upload

google-drive-api python tkinter tkinter-gui

Last synced: about 2 months ago
JSON representation

Google drive upload is useful to help the user upload any files/folders directly on thier respective Google Drive account without leaving their system.

Awesome Lists containing this project

README

        

## Google Drive Upload

Google drive upload is useful to help the user upload any files/folders directly on thier respective Google Drive
account without leaving their system.

## Appendix

We always wants to upload our best memories, important documents onto the Google Drive. Opening it and then uploading
becomes the tedious task. This can be solved using this application. Open the application, select the file/folder,
give the folder name and upload right from your system without even opening your browser.

## Run Locally

  • Clone the repo
  • ```bash
    git clone https://github.com/Sparab16/Google-Drive-Upload.git
    ```

  • Replace the credentials.json and token.json with placeholder values. For more information head over to the Google Drive API.


  • Run the main.py
  • ```bash
    python main.py
    ```

    ## Usage

    ### Development

    Want to contribute? Great!

    To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch

    ```bash
    git checkout -b new-feature
    ```

  • Make the appropriate changes in the file
  • Commit your changes

    ```bash
    git commit -am "New feature added"
    ```

  • Push to the branch

    ```bash
    git push origin new-feature
    ```

  • Create a pull request

    ### Bug/Feature Request
    If you find any bug or have some idea about a new feature that can be implemented, you can either open an
    issue here.

    Please include the sample queries and their corresponding results.

    ## License

    MIT License

    Copyright (c) [2021] [Shreyas Jaywant Parab]

    Permission is hereby granted, free of charge, to any person obtaining a copy
    of this software and associated documentation files (the "Software"), to deal
    in the Software without restriction, including without limitation the rights
    to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    copies of the Software, and to permit persons to whom the Software is
    furnished to do so, subject to the following conditions:

    The above copyright notice and this permission notice shall be included in all
    copies or substantial portions of the Software.

    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    SOFTWARE.

    ### Thanks for reading out till the end. Hello, I'm Shreyas! 👨🏼‍💻

    ## 🔗 Links

    [![linkedin](https://img.shields.io/badge/linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/shrey16/)