Search Discussions
-
I followed this tutorial <https://cloud.google.com/appengine/docs/java/endpoints/helloendpoints-android-studio for setting up my Google App Engine instance and I am also using Firebase. My goal is to ...
Widowmaker110
Jun 18, 2016 at 1:02 am
Jun 18, 2016 at 1:02 am -
I'm using the Development Repository within Google Cloud Platform. In many ways, it acts like a normal git repository, but I can't figure out how to get an OAuth token to allow another app to use the ...
Jason Haury
Jun 17, 2016 at 5:01 pm
Jun 17, 2016 at 5:01 pm -
I wanted to solicit some opinions on what would be ideal tools for the job. I'd like to ideally use as few as possible and as tightly integrated as possible. (I've read about 20 different threads on ...
Y Forums
Jun 17, 2016 at 4:50 pm
Jun 17, 2016 at 4:50 pm -
Hi GAE masters, I am new on Google App Engine, and I am currently working on getting the real time billing (usage) for Google app engine. It seems that Google provides the billing information update ...
Lu Rocky
Jun 17, 2016 at 2:47 pm
Jun 17, 2016 at 7:32 pm -
Hi GAE masters, I am new on Google App Engine, and I am currently working on getting the real time billing (usage) for Google app engine. It seems that Google provides the billing information update ...
Lu Rocky
Jun 17, 2016 at 2:00 pm
Jun 17, 2016 at 2:00 pm -
I'm using Go with SDK version 1.9.37 I'm seeing something odd when testing the datastore with entities which have a time.Time field. I create the time with ...
JohnGB
Jun 17, 2016 at 12:10 pm
Jun 17, 2016 at 3:47 pm -
Hi! We are having a problem opening task queues in the web console since several days. It just shows the message "Failed to load". We suspect it has something to do with the recent outages, before ...
G Dymov
Jun 17, 2016 at 10:00 am
Jun 17, 2016 at 10:00 am -
I currently have a service which sorts the data by various datetimes using the search API. This works fine in the development server however once deployed to app-engine the results are no longer ...
Bradley Mclain
Jun 17, 2016 at 5:19 am
Jun 17, 2016 at 11:20 pm -
Hi. We have a lot of errors like: InternalError: (google.storage.speckle.python.api.rdbms.InternalError) (0, u'Instance(tinyarmypanoramic:ratings) has too many concurrent requests: 100') ...
Леонтьев Пётр
Jun 16, 2016 at 12:06 pm
Jun 16, 2016 at 12:08 pm -
I am having some issues with running python manage.py collectstatic. I get this error now: Traceback (most recent call last): File "manage.py", line 12, in <module execute_from_command_line(sys.argv) ...
EJ Kowal
Jun 15, 2016 at 3:24 am
Jun 15, 2016 at 7:50 pm -
Hello, I want to know how can i crop an existent image in gcs and save it? until now, i have achieved to crop the image by using img = images.Image(filename=obj_fileinfo.gs_object_name) img.crop(0.0, ...
Handerson Contreras
Jun 14, 2016 at 10:36 pm
Jun 16, 2016 at 12:45 pm -
One of my apps threw a few hundred “Over Quota” errors last night. However, the app has billing enabled, I’m not aware of any quotas being enforced, and the bills show negligible usage. Was there ...
Joshua Smith
Jun 14, 2016 at 1:32 pm
Jun 17, 2016 at 6:58 pm -
Access denied to: https://console.cloud.google.com/appengine/quotadetails?project=xxxx&moduleId=default Message: You don't have permission to see App Engine application in this project. Never ...
Jonathan Nativ
Jun 13, 2016 at 7:15 pm
Jun 14, 2016 at 7:03 pm -
Hello Everybody I have a problem trying to crop images in GAE. I'm using the Images API and adding parameters to the Url created by images.get_serving_url(key, size=None, crop=False, secure_url=None) ...
Handerson Contreras
Jun 13, 2016 at 4:23 pm
Jun 18, 2016 at 1:18 pm -
Vi prego aiutatemi -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an ...
Gabri Centonz
Jun 11, 2016 at 10:44 am
Jun 11, 2016 at 3:31 pm -
I was looking into running a UDP service on the flexible environment. Unfortunately, I'm running into some roadblocks. I read the guide here on how to setup port forwarding ...
Sargun Dhillon
Jun 10, 2016 at 10:16 pm
Jun 11, 2016 at 7:56 pm -
I'm really confused with the way to try Datastore in local. Please, give me a minute to explain. I'm developing a app composed to few microservices like a only gae app. In a parte of the app, I use ...
Juan Antonio Fernández Sánchez
Jun 10, 2016 at 11:55 am
Jun 12, 2016 at 1:25 am -
Hello, On this page <https://cloud.google.com/debugger/docs/setting-up-python-on-app-engine we can read: I deployed on AppEngine a python-compat module on the flex environment but when I open ...
Amaury Gauthier
Jun 9, 2016 at 4:33 pm
Jun 14, 2016 at 9:23 pm -
From the tutorials I have seen, you can package html/css within an Endpoints app, effectively creating a dynamic web app. Is this good practise, or is the recommended approach to create a separate ...
Andrew James
Jun 9, 2016 at 2:15 pm
Jun 11, 2016 at 12:35 pm -
prova -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to ...
Marco Intrieri
Jun 9, 2016 at 2:07 pm
Jun 9, 2016 at 2:07 pm -
Hi, all I am in the game industry and use Google App Engine as my backend server. My problem is we do the game logic calculation in the server side and use thousands of Constants which read from csv ...
YuRen Lin
Jun 9, 2016 at 3:20 am
Jun 10, 2016 at 4:40 am -
We noticed some of our posts to MailChimp from AppEngine were being returned with 403 error messages and access denied. We followed up with MailChimp who said the IP addresses were blocked ...
Richard Druce
Jun 9, 2016 at 12:33 am
Jun 9, 2016 at 10:10 am -
I'm not sure I understand what happens when I issue the command: gcloud preview app deploy. It seems to me like the code in the local repository is used for the build process and then the code from ...
Josh Taylor
Jun 8, 2016 at 9:56 pm
Jun 9, 2016 at 1:39 am -
Hi GAE masters, I am working on a project to collect GAE billing information and show the data in our own website. But I failed to find API that can help me get the billing information. I used to do ...
Lu Rocky
Jun 8, 2016 at 3:49 pm
Jun 8, 2016 at 3:49 pm -
Prova -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to ...
Marco Intrieri
Jun 8, 2016 at 11:23 am
Jun 8, 2016 at 11:23 am -
Hello, I have a Python application deployed as my App Engine project's default service. I also have a node service deployed in the same project for long-running tasks (uploads of large files to ...
Faried Nawaz
Jun 8, 2016 at 8:33 am
Jun 14, 2016 at 12:37 pm -
Is it possible to remodel the models in google app engine? I am tryinh to add new models and I just can't do it. Need help urgently. TIA -- You received this message because you are subscribed to the ...
Abhishek Ghosh
Jun 7, 2016 at 10:52 pm
Jun 8, 2016 at 1:29 pm -
My SSL certificate expired before I was able to renew it. Now that I've renewed the cert and uploaded it to App Engine, I'd like to delete the old expired cert. However, the UI doesn't allow me to ...
Hristo
Jun 7, 2016 at 5:52 pm
Jun 8, 2016 at 6:10 pm -
Hello, Trying out the new flexible app engine runtime. In this case a custom Ruby on Rails runtime based on the google provided ruby runtime. When firing of `cgloud app preview deploy` the whole ...
Ward Bekker
Jun 7, 2016 at 1:18 pm
Jun 7, 2016 at 7:34 pm -
Hi there, I was hoping that someone could help me diagnose a very strange problem I am experiencing with AppEngine Task Queues in a production app ...
Wilson Canda
Jun 6, 2016 at 2:31 pm
Jun 6, 2016 at 7:29 pm -
The issue started june 2. https://pythonprobr.appspot.com/ but https://python.pro.br don't. It seems you guys ported custom domains to cloud console but have made previous configurations from Google ...
Renzo Nuccitelli
Jun 6, 2016 at 4:02 am
Jun 7, 2016 at 5:12 pm -
Hello, I have noticed in the logs viewer, sometimes, that log.info and log.severe logs don't come in order. It happens in both the old logs viewer and new logs viewer -- Regards, Rajesh ...
Rajesh Gupta
Jun 5, 2016 at 7:09 am
Jun 6, 2016 at 3:08 pm -
I went through the tutorial Quickstart for Python in the App Engine Flexible Environment to deploy the sample Python app and was able to get that to work. I am now trying to deploy my own app and am ...
Trish Whetzel
Jun 3, 2016 at 7:02 pm
Jun 4, 2016 at 8:00 pm -
In the datastore admin console, the old backups cannot be seen. It should last few backups only. How to delete backup not shown in the datastore admin console -- Rajesh *www.VeersoftSolutions.com ...
Rajesh Gupta
Jun 3, 2016 at 12:51 pm
Jun 16, 2016 at 2:21 pm -
Hello. I have a Java application and it packed to jar with Oracle JDK 8, so I can run it in command line shell. It makes http requests and stores some data to DataBase. Now I want to run few ...
Pavlo M
Jun 3, 2016 at 9:02 am
Jun 5, 2016 at 4:20 pm -
There seems to be some problem with my apps custom domain ironhelmet.com My apps are still accessable using the appspot.com domain but when attempting to access the games using thier real address the ...
Jay Kyburz
Jun 3, 2016 at 2:42 am
Jun 3, 2016 at 4:13 am -
I'm new to App Engine and Google's offering for developers. Creating endpoints so far have been fairly straight forward. Having said that, I'm kind of lost how to authenticate users (using ...
Raunak Gupta
Jun 2, 2016 at 12:53 pm
Jun 9, 2016 at 7:34 pm -
Hi, i have deployed the sample apps into Google Cloud and can access at https://PROJECT.appspot.com/ is the website public access "only" OR can we limited only registered user to access it? thank you ...
Andri Firstianto-GCP
Jun 2, 2016 at 7:12 am
Jun 3, 2016 at 8:54 pm -
The console is not letting me access the memcache details or taskqueue. I've opened this issue for visibility ...
Daniel Young
Jun 1, 2016 at 9:31 pm
Jun 2, 2016 at 4:51 pm -
I'm seeing the following error message on the app engine settings page for all projects, for a single user. All other app engine sub pages seem to work normally and the site itself is functioning ...
George Bittmann
Jun 1, 2016 at 7:45 pm
Jun 2, 2016 at 7:47 pm -
Hi, I've seen this thread here before but I also saw people that reported their problem and didn't get a reply. I'm getting this error in my app ...
Ivan matatool
Jun 1, 2016 at 2:56 pm
Jun 2, 2016 at 7:22 pm -
I was wondering what am I doing wrong since all my (debug) logs from my Python/Django app under GAE appears as Errors in the GAE logs? My Django logging setup is: LOGGING = { 'version': 1, ...
Matti Dahlbom
Jun 1, 2016 at 8:46 am
Jun 17, 2016 at 5:02 pm -
Hello, I have a python flexible environment running for a service called worker. It's pretty simple, a process will parse a csv file and create model entities. If I delete all the *.pyc files, the ...
Brian Michelich
May 31, 2016 at 10:09 pm
Jun 1, 2016 at 4:37 pm -
So I deployed a nodeJS script on GAE and whenever I hit a POST endpoint I get a 502 Bad Gateway error. The endpoint is a simple service that grabs a screenshot of a page using phantomJS and returns a ...
Harris Robin Kalash
May 31, 2016 at 1:42 am
Jun 3, 2016 at 9:39 pm -
I'm slightly confused - can the Java Search API (for full text search) be used on Google Cloud DataStore, do so I need to use a different storage option? If I can, do I use the Objectify library, or ...
Raunak Gupta
May 30, 2016 at 10:40 pm
Jun 1, 2016 at 9:56 pm -
Hi, I am a newbie in app engine. Trying to create my first app engine project. I am finding it hard to create a module for an app engine. I am trying to create a thread which runs in background 24x7 ...
Kirtan Thakkar
May 30, 2016 at 8:05 pm
May 31, 2016 at 7:34 pm -
The docs say "You can use sockets to connect Google App Engine apps to Google Compute Engine instances." Is the limitation still that it can't communicate on the same network and must go through the ...
Robert Dyas
May 29, 2016 at 4:51 pm
May 29, 2016 at 5:52 pm -
i might have found a bug in the latest SDK for goapp command. Since I am Japanese , I do not know whether English is transmitted , but you try to question My spec is osx el capitan 10.11 64 bit go ...
Kazumin Kazumin
May 28, 2016 at 3:41 pm
Jun 7, 2016 at 8:57 pm -
Hi, I have a web application which calls several AppEngine Endpoints with the Google API JavaScript client library. I am currently changing this application from callback mode to promises mode, as ...
Renaud Tarnec
May 28, 2016 at 3:02 pm
May 30, 2016 at 8:09 pm -
I got email notices that my apps would be deleted in 7 days. That was 9 days ago. I need them to be deleted to keep under my limit. Can you please delete my apps? Thanks. -- You received this message ...
Thebrianschott
May 28, 2016 at 3:00 pm
May 28, 2016 at 3:00 pm
Group Overview
group | google-appengine |
discussions | 6,155 |
posts | 21,796 |
users | 4,527 |
Top users
Archives
- June 2016 (152)
- May 2016 (388)
- April 2016 (384)
- March 2016 (391)
- February 2016 (317)
- January 2016 (446)
- December 2015 (329)
- November 2015 (284)
- October 2015 (297)
- September 2015 (393)
- August 2015 (502)
- July 2015 (593)
- June 2015 (462)
- May 2015 (310)
- April 2015 (277)
- March 2015 (318)
- February 2015 (276)
- January 2015 (191)
- December 2014 (163)
- November 2014 (244)
- October 2014 (160)
- September 2014 (197)
- August 2014 (227)
- July 2014 (254)
- June 2014 (20)
- May 2014 (270)
- April 2014 (373)
- March 2014 (501)
- February 2014 (558)
- January 2014 (483)
- December 2013 (416)
- November 2013 (540)
- October 2013 (531)
- September 2013 (522)
- August 2013 (621)
- July 2013 (501)
- June 2013 (676)
- May 2013 (563)
- April 2013 (488)
- March 2013 (520)
- February 2013 (506)
- January 2013 (718)
- December 2012 (548)
- November 2012 (496)
- October 2012 (719)
- September 2012 (677)
- August 2012 (1,135)
- July 2012 (828)
- June 2012 (861)
- May 2012 (779)
- April 2012 (199)