google-app-engine
How is the user authentication with Google accounts working inside the GAE technically
Applications that run inside the Google App Engine can use Google Accounts for user authentication. I already used this feature and it works great. I just want to know how this is working. I开发者_Go百[详细]
2023-04-11 21:16 分类:问答AppEngine bulkloader export Model with self-defined Property
I want to use bulkloader to download all entities in a model with some self-defined Property. If I define a model like this,[详细]
2023-04-11 20:46 分类:问答BadRequestError while uploading data using bulk loader
Hello I have created sample Greeting application in Google app engine. Now I am trying to upload data using bulk loader.[详细]
2023-04-11 20:42 分类:问答How to organize news/ratings/comments database?
My site will have news with possibility to rate them and leave comments. Each user will be able to rate one news only once and leave only one comment. At the same time, I should know which user rated[详细]
2023-04-11 14:50 分类:问答Local Appengine stopped working
I tried to run one of my AppEnigne projects (python) today but it will no longer launch, this is the stack trace I\'m getting.[详细]
2023-04-11 13:28 分类:问答Error uploading images using Django, Google app engine
I\'m building a web app using Django for Google App Engine, with the djangoappengine library.I\'m stuck on getting image uploads working via the admin interface.My models.py is:[详细]
2023-04-11 12:29 分类:问答How to create voice recognition on gae site?
Here is the code to recognize flac file. But how can I record that with user\'s browser? (my site is for android and iphone)[详细]
2023-04-11 10:07 分类:问答Why i am getting DeadlineExceededException: in my web application?
I am using google app engine. Before everything was working fine but now when i call a servlet, browser takes a lot of time and then shows this:[详细]
2023-04-11 09:57 分类:问答Google App Engine custom IP port in Go
I want to create a web app on GAE in Go and I need it to listen to a custom port. How do I set it up? I tried to use http.ListenAndServe(\":12345\", nil) in the sandbox, but got this in my console:[详细]
2023-04-11 07:20 分类:问答Data transition over multiple application versions
When upgrading a GAE application, what is the best way to upgrade the data model? The version number of the application allows to separate multiple versions, but these application versions use the s[详细]
2023-04-11 07:00 分类:问答