Skip to main content

Python package for uploading files and folders to Google Drive.

Project description

logo

Driveup logo


Driveup is a python package to upload files and folders to Google Drive.

💬​ Contribution & Questions

Contribution & Questions Type Platforms
🐞​​ Bug Reports [GitHub Issue Tracker]
📦​ Feature Requests & Ideas [GitHub Discussions]
🛠️​ Usage Questions & Discusions [GitHub Discussions]

💼​ Features

  • Simplify google drive api usage
  • Simplify google authorization flow (working both on service and client account in the same way)
  • Upload files and folders to google drive via python
  • Update google sheets content with pandas dataframes
  • Update drive files content in flexible ways
  • Download drive files
  • Import google sheets data directly to a pandas dataframe

​💾​ Install DriveUp

To start using DriveUp use the next command:

pip install driveup

Note: you might have to add this command as a “code” line in order to use Driveup on a Python notebook.

🔧​ Example of use

In this basic example, you can check how to use the package in order to upload an excel file to an specific folder in google drive.

from driveup.drive import Drive
from driveup.features.auth import authorize

EXCEL_PATH = 'C:\\Data\\Path\\sample_excel_file.xlsx'
SECRET_PATH = 'C:\\Data\\Path\\Secret\\service_account_key.json'
DRIVE_FOLDER_ID = '1wXpG03SN0RXI7y1QAd03IDGH2eXFD_VS'

creds = authorize(SECRET_PATH)
drive_obj = Drive(creds)
drive_obj.upload(EXCEL_PATH,DRIVE_FOLDER_ID)

🔑​ Getting credentials file

In order to get access to Google Drive's API (required to use this package), you will need either a "service" or a "client" secret .json file (SECRET_PATH variable mentioned in the example of use).

You can follow the next steps to download this file:

1. Create a new proyect

Go to Google Cloud's console and create a new proyect:


2. Enable APIs

Add Drive's and Sheet's API for the new created project:



Search for both Drive and Sheets and click 'enable' button on both.

3. Create credentials

Create a service/client account with access to this new created app and all its permissions:

Set default settings and choose a name for the account:

4. Download secret

Edit the new created account, go to 'KEYS' tab and create one. Download the secret key .json file.

* Special consideration

Note that if you are using a service account, you must share the drive folder in wich you will be uploading files with the service account mail direction for it to be able to find that folder. You can copy this direction from the 'service accounts' tab at the console dashboard:

💳​ License

Driveup is licensed under MIT License.

🗃️ Shields

PyPI downloads

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

driveup-0.9.18.tar.gz (17.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

driveup-0.9.18-py3-none-any.whl (16.8 kB view details)

Uploaded Python 3

File details

Details for the file driveup-0.9.18.tar.gz.

File metadata

  • Download URL: driveup-0.9.18.tar.gz
  • Upload date:
  • Size: 17.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for driveup-0.9.18.tar.gz
Algorithm Hash digest
SHA256 b626daa87355f667148588a75e0fc8011e9c8e9de05701e69a2f1140c08405a7
MD5 f889606e1644eb9d3f5402c37bd63930
BLAKE2b-256 8de395258d6e2b9bfbeb48f918c3a81c80b7049dd1b976530820896e782610df

See more details on using hashes here.

File details

Details for the file driveup-0.9.18-py3-none-any.whl.

File metadata

  • Download URL: driveup-0.9.18-py3-none-any.whl
  • Upload date:
  • Size: 16.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.25

File hashes

Hashes for driveup-0.9.18-py3-none-any.whl
Algorithm Hash digest
SHA256 c99a0ad057053e6913d067ffe4912874e0ed0be97c90de31249e5b84086a3b4f
MD5 9b1443484152f4a54e2d3f8286285ed8
BLAKE2b-256 7abb1db88bb90d1acb92b0bbb7d6bdf4f0b5e69694b587d38a50f448609d2f80

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page