I have been trying to integrate Google calendar into a Django application running on App Engine. I have managed to get the google-python-client-api working on my computer and even managed to get a Django app to run on my computer. However, I am unable to get the app compatible with the Django app that is deployed on the appengine. I tried importing all the dependencies – httplib, gdata, gflags but when I run that project it still gives me 500 error. Is there a way to make these 3 things play nice with each other or should I look to deploy Django natively somewhere else?
I have been trying to integrate Google calendar into a Django application running on
Share
This is what finally solved my problem. :-
I went into oauth2client/client.py, and there’s a conditional before the
so I commented out the conditional so it uses the other case:
automatically, and this one does not call makedirs.
Found on: – https://groups.google.com/forum/?fromgroups#!topic/google-appengine-python/tIwjdy28MzQ