Skip to main content

Simple command to help download and upload big files to Google Drive (using their official Drive APIs)

Project description

simple-gdrive: A simple command to help download and upload big files to Google Drive (using their official APIs)

Setup

Before using the command, you must open Google Cloud Platform and create credentials for oauth: cloud.google.com > APIs & Services > Credentials. Note that if your project hasn't enabled Drive APIs, go to APIs & Services > Enabled APIs & Services and add Drive APIs. Then, download the JSON file and put it in the AuthDir (default at ~/.simple_gdrive) with the name credentials.json. When you run the script for the first time, it will redirect to your browser so you can authenicate and give permission to YOUR application (created in the previous step) to access to your drive. Then, you will obtain an access token saving to the same drive with name tokens.json. Keeping the two files safe (or delete tokens.json after usage) and nobody else will have access to your data.

Installation

pip install simple-gdrive

Usage

Invoke the command by running gdrive or python -m simple_gdrive.

Download a file:

gdrive download -s <path in disk> -d <path in drive>

Upload a file

gdrive upload -s <file path in disk> -d <path in drive>

For example:

gdrive download -s //KGData/Wikipedia/20220420/enwiki-NS0-20220420-ENTERPRISE-HTML.json.tar.gz -d enwiki.json.tar.gz
gdrive upload -s ./enwiki-NS0-20220420-ENTERPRISE-HTML.json.tar.gz -d //KGData/Wikipedia/20220420/enwiki-NS0-20220420-ENTERPRISE-HTML.json.tar.gz

If the path in Google drive startswith /, the top folder/file will be in your drive (e.g., /abc points to the folder abc in your drive). If it starts with //, the first level will be the name of the shared drive and the second level will be the folder/file in the shared drive (e.g., //KGData/abc points to the folder abc in KGData shared drive).

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

simple_gdrive-1.1.2.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

simple_gdrive-1.1.2-py3-none-any.whl (7.2 kB view details)

Uploaded Python 3

File details

Details for the file simple_gdrive-1.1.2.tar.gz.

File metadata

  • Download URL: simple_gdrive-1.1.2.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.14

File hashes

Hashes for simple_gdrive-1.1.2.tar.gz
Algorithm Hash digest
SHA256 6ddc8a1b77556906740c5d820e3c2edaeaa0b223930d6300f1372e1f9f28a1a8
MD5 154483badac7ab324e5cd324e1a25380
BLAKE2b-256 e1cff91288842980d62c6492256e306b42661a1044816c5ba29846e7627129f3

See more details on using hashes here.

File details

Details for the file simple_gdrive-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for simple_gdrive-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 174a86b5f9035cf530957eb3e42da502db4ec334a48b489719cbaef3f1429f5d
MD5 10a559a5dae7126a4da7fdffd2b7745c
BLAKE2b-256 1f69c5256bfc657678465fe88179a8554655016e727a31d33395bcba96945c1c

See more details on using hashes here.

Supported by

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