karalan/google-tasks-porter
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This project requires a module in the root directory named "settings" which defines the values of CLIENT_ID and CLIENT_SECRET on the module level as strings representing the OAuth credentials of the program requesting access. The CLIENT_ID variable should not include the suffix of ".apps.googleusercontent.com". If you have any questions about the code please contact google-tasks-porter@googlegroups.com. Remember: this project requires Google App Engine to run. If you want to host your own copy on App Engine you will need to modify the application ID in app.yaml and then use your App Engine SDK to upload it. Note: The oauth2client package was moved into the apiclient directory in order to fix the weird pickle error. See http://groups.google.com/group/google-appengine/browse_thread/thread/3d56681cb27b18cc/8ca673403a784680 google-api-python-client retrieved from: http://code.google.com/p/google-api-python-client/ on: June 7, 2011 version: 1.0beta2 consisting of: apiclient, httplib2, oauth2client, uritemplate vobject retrieved from: http://vobject.skyhouseconsulting.com/history.html on: August 11, 2011 version: 0.8.1c consisting of: vobject dateutil retrieved from: http://labix.org/python-dateutil on: August 11, 2011 version: 1.5 consisting of: dateutil