Tagged Questions
The google-development tag has no wiki summary.
79
votes
6answers
6k views
How to think in data stores instead of databases?
As an example, Google App Engine uses data stores, not a database, to store data. Does anybody have any tips for using data stores instead of databases? It seems I've trained my mind to think 100% ...
27
votes
6answers
10k views
How do you access an authenticated Google App Engine service from a (non-web) python client?
I have a Google App Engine app - http://mylovelyapp.appspot.com/
It has a page - mylovelypage
For the moment, the page just does self.response.out.write('OK')
If I run the following Python at my ...
0
votes
2answers
1k views
Is it possible to update a Google calendar from App Engine without logging in as the owner?
I'd like to be able to use the Google Data API from an AppEngine application to update a calendar while not logged in as the calendar's owner or the a user that the calendar is shared with. This is ...