2016/10/24

Notes about Google Drive API Python Quickstart example

Here are some notes about the Python Quickstart example given by Google which I think will be useful for newbie like me.

https://developers.google.com/drive/v3/web/quickstart/python.



1. The Pip installation instruction at https://github.com/BurntSushi/nfldb/wiki/Python-&-pip-Windows-installation (see below pic) is easier to follow that the one at https://pypi.python.org/pypi/pip.


2. On my PC, the location of ~/.credentials/drive-python-quickstart.json (see below)


   is at C:\Users\WeiHsiungHuang\.credentials.


References:

Accessing Google APIs: Common code walkthrough
https://youtu.be/h-gBeC9Y9cE?list=PLOU2XLYxmsILOIxBRPPhgYbuSslr50KVq

http://wescpy.blogspot.tw/search/label/Google%20Drive

Google Drive API: Uploading & Downloading Files
https://youtu.be/-7YH6rdR-tk

No comments:

Post a Comment