Linked Questions

21 votes
3 answers
27k views

Want to use wechat sdk to create menu WeChat.create_menu({ "button":[ { "type":"click", "name":"Daily Song", "key":"V1001_TODAY_MUSIC" }, { ...
Belvi Nosakhare's user avatar
24 votes
3 answers
13k views

I'm trying to use the awesome Requests library on Google App Engine. I found a patch for urllib3, which requests relies on, that is compatible with App Engine. https://github.com/shazow/urllib3/issues/...
rd108's user avatar
  • 631
4 votes
2 answers
3k views

My aim is to build a web crawler and host it on GAE. However,when I try to execute a very basic implementation I get the following error: Traceback (most recent call last): File "C:\Program ...
ss7389's user avatar
  • 85
2 votes
2 answers
2k views

I'm trying to make my app engine server send APNS notifications, and for that I'm using template code I got from this project (which is said to work, so it's possible): https://github.com/...
Lior Z's user avatar
  • 668
4 votes
2 answers
799 views

Trying to use firebase auth as the authentication system. I have read through the verify ID token docs and went through the Firebase SDK Setup. Using GAE and Datastore as backend, Python and webapp2 ...
Khaled's user avatar
  • 927
2 votes
1 answer
1k views

Following the directions in the google docs for using firebase for auth in GAE, I am sending an authorization token from Android to my backend python server. Reading that token using the following ...
Alex's user avatar
  • 19.2k
1 vote
2 answers
522 views

We are testing with Firebase Authentication, and we're checking out python SDK. Attempting a simple get user operation from our Firebase users results in the following error: TransportError: ...
Khaled's user avatar
  • 927
0 votes
0 answers
319 views

I am working on a web scraping project and chosen google app engine to host the script . I am stucked in sessions . I have written the script using request module but since google appengine doesn't ...
dunstorm's user avatar
  • 402
0 votes
1 answer
244 views

I have an App Engine Standard (1st Gen) Python app, set up with serverless VPC access. I use requests 2.3 (I have issues with later versions on GAE) to do HTTP requests. When I try doing an HTTP ...
Remko's user avatar
  • 877
2 votes
1 answer
63 views

I came across google app engine a week ago and wanted to play around with it a bit. I wrote a dummy application which checks a url and based on the return code it logs to a file if the site is "up" or ...
letsc's user avatar
  • 2,577