[google-appengine] Re: Can I put a Google Sheet on the Google Apps Engine?

2016-02-29 Thread Maxwell Dlk
Hello, You can try GworkTemplates on the below web site, which provide the Workflow solution for small company based Google App Engine. http://www.gworktemplates.com Thanks. On Saturday, February 27, 2016 at 5:06:19 AM UTC+8, Chris Lusk wrote: > > We currently use a Google Sheet from our Drive

[google-appengine] Re: Cloud Trace API

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
I've created a Gist with a basic example of how to post a single test trace using the JSON API, which you should be able to extrapolate from. This uses the Google API Client Library for Python

[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
Thanks Nick. This stuff is all new since last I looked at the docs for the app.yaml. (might be quite a while ago) On Tuesday, 1 March 2016 11:32:51 UTC+11, Nick (Cloud Platform Support) wrote: > > You can control the machine specs at deployment-time in app.yaml >

[google-appengine] Re: Larger Server Instance - App Engine Python

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
You can control the machine specs at deployment-time in app.yaml , to specify the instance class . On Monday, February 29, 2016 at 7:14:46 PM

[google-appengine] Cloud Trace API

2016-02-29 Thread Jay Kyburz
Is it possible to log custom events for Cloud Trace in my Python App Engine App? THe Docs seems to suggest its possible but a nice clear example would really help. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this

[google-appengine] Larger Server Instance - App Engine Python

2016-02-29 Thread Jay Kyburz
Is it possible to use larger server instances for App Engine Python? -- 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

[google-appengine] Re: Task Queue Configuration Query

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
What do you mean by assigning names in the task queue, and what relation to domain names have to this? Are you depending on the exception catching in the local environment? On Monday, February 29, 2016 at 3:31:01 AM UTC-5, Anthony Shapley wrote: > > > Hi, > > I've been developing a reverse

[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Using the same version of the SDK I'm unable to replicate this behaviour. Perhaps you should download a fresh copy of the SDK, in the chance that your version is somehow corrupted? I can't really think of much else at the moment. Can you try to run the same project using the dev_appserver.sh

[google-appengine] Re: Confusing Cloud Storage pricing?

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
You are not charged for network egress or external API operations, as these all occur within Google's network infrastructure when accessing Cloud Storage from the PHP runtime. So the information in 'Storing Data in PHP' is accurate. On Monday, February 29, 2016 at 3:27:29 PM UTC-5, Alex Kerr

[google-appengine] Re: New Cloud Console - Datastore viewer - _AE_Backup_Information KIND not found

2016-02-29 Thread 'Urszula Krukar' via Google App Engine
Hi Aswath, We decided to hide those kinds since they are visible and edited in "Datastore Admin" builtin and user can break their "Datastore Admin" if they edit those kinds directly in the query view. This is the same reason why we hide other system kinds. You can still see the content of

[google-appengine] Re: Instance stopped automatically?

2016-02-29 Thread 'Adam (Cloud Platform Support)' via Google App Engine
Can you reconfirm the date that the instance was reported down? We've checked logs on Feb 19th from 0400 +0530 but these still show the instance as being active. On Saturday, February 27, 2016 at 2:26:09 AM UTC-5, Mayank Bhagya wrote: > > I sent you the details a few days back. > > Please let

[google-appengine] Re: Can't deploy to a project ID that contains a domain name

2016-02-29 Thread 'Nicholas (Google Cloud Support)' via Google App Engine
Thank you for reaching out in private and providing the information I requested. I've confirmed that the project you were attempting to deploy to was in fact a domain-scoped project like domain.com:project-id. I also confirmed that your personal account was added as an owner to said project.

[google-appengine] Confusing Cloud Storage pricing?

2016-02-29 Thread Alex Kerr
Apologies if I'm missing something obvious (I assume so!) but this page: https://cloud.google.com/appengine/docs/php/storage says: "*There are no charges associated with making calls to Google Cloud Storage. However, any data stored in Google Cloud Storage is charged the usual Google Cloud

[google-appengine] Re: java.net.SocketException: Permission denied: Attempt to access a blocked recipient without permission. (mapped-IPv4)

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Hey Hemanth, It will depend on what you are attempting to connect to. It appears that FrEaKmAn was connecting to a local database while developing (127.0.0.1) and then attempted to deploy but still deployed code which tried to reach "127.0.0.1" which fails in the production network for obvious

[google-appengine] Re: java.lang.NoClassDefFoundError: javax.servlet.FilterChain is a restricted class.

2016-02-29 Thread J Han
I just created a Google Web Application Project, see attached screenshot gae-2.jpg, and without any changes, run it as Web Application. On Wednesday, February 24, 2016 at 2:44:17 PM UTC-8, Nick (Cloud Platform Support) wrote: > > It appears that some code you are attempting to use (possibly in

[google-appengine] Re: How to add backend function that gets triggered according to changes in the datastore?

2016-02-29 Thread 'Nick (Cloud Platform Support)' via Google App Engine
Since you control what is in your code, you can control whether all entity put / update events also then trigger any code you want to run. From such a high level description, there are many possible implementations. You could use any number of persistence layers for various languages which

[google-appengine] Custom Domain not working

2016-02-29 Thread M. Hossein Amerkashi
Hi, I'm having issue getting the custom domain working for console.cloud.google.com Here are what I have done: 1. Got a domain using google domains 2. Used google could and went to custom domain settings. Under Settings: 2.1 item 1 - skipped, because it was already a verifided domain -

[google-appengine] Trouble running local WordPress in Google App Engine

2016-02-29 Thread Weiting Qi
I want to run wordpress on google app engine, Installed MySQL, Python and Google App Engine PHP SDK on a Windows 2010 PC. Perfect! Created an app for WordPress, created database and user on localhost and edited WordPress config accordingly to the instruction of

[google-appengine] Re: app engine hosted website - the domain is no longer parked by GoDaddy

2016-02-29 Thread Ahmed Layouni
Can't really answer your question but in the same context, I reached out to Godaddy on the issue before posting here, and their answer was clear your cache, this is a cache issue. Not convincing at all, but since the problem was inconsistent, and I couldn't get them to reproduce it, I had to

[google-appengine] Task Queue Configuration Query

2016-02-29 Thread Anthony Shapley
Hi, I've been developing a reverse lookup tool, using the task queue and datastore in PHP, in order to prevent duplicate crawling we decided to assign names in the task queue (the domain name) however since configuring this the task queue on my local environment isn't running at all. Is there