commit | 688a2400d112a790b8a891605a87497f152560a6 | [log] [tgz] |
---|---|---|
author | Robert Spier <rspier@google.com> | Sat Nov 28 18:03:54 2015 -0800 |
committer | Robert Spier <rspier@google.com> | Sat Nov 28 18:03:54 2015 -0800 |
tree | 0bbe4a71e22a54dede1c5af2c53cea82d1e43829 | |
parent | 5a7d59d073b459b50c0dfc1f4b2925ab138883bf [diff] |
enable skipinitialspace on the DictReader Otherwise the leading whitespace is included in fields (such as the email address) and the API (server side) doesn't strip it, causing issues. No fields have significant leading/trailing whitespace.
API Documentation is at https://developers.google.com/open-source/gci/api
./list_tasks.py --apikey APIKEY
./csv_uploader.py --apikey APIKEY file.csv
Each script also supports other flags. Use --help to see them.
Organization Adminstrators can find their API key on their User Profile.
To report bugs, please email gci-support@google.com