File: README

package info (click to toggle)
pydrive2 1.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 496 kB
  • sloc: python: 3,601; makefile: 8
file content (15 lines) | stat: -rw-r--r-- 604 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This script uploads a file to a folder on Google Drive. If the file can be
converted into the Google format, such as a Google Sheet, it will be converted.

To run the script you need to complete the following steps:
1. Update settings.yaml with your:
   - client ID,
   - client secret, and
   - credential storage path
2. Update upload.py with the location you save your settings.yaml file. This
   can be an absolute or relative path.


This example is adapted from Evren Yurtesen (https://github.com/yurtesen/)
with his consent.
Originally posted here: https://github.com/prasmussen/gdrive/issues/154