Re: [google-appengine] Re: Server-Sent Events using Channels API

2015-06-03 Thread Robert Stepanek
Hi Nick, thanks for the extensive feedback! I'm not much into Javascript and wasn't aware that the EventSource object reconnects on closed connections - that should suffice for prototyping. I'll look into opening a feature request if I settle on using App Engine for my project. On Wed, Jun 3,

[google-appengine] Re: Server-Sent Events using Channels API

2015-06-03 Thread Nick (Cloud Platform Support)
As you can read from the docs https://cloud.google.com/appengine/docs/python/channel/javascript, the Channels API client depends on importing from your app's special route: /_ah/channel/jsapi. This special route redirects to https://talkgadget.google.com/talkgadget/channel.js, where you'll

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Christophe DA COSTA
https://lh3.googleusercontent.com/-Lq-jCVqa2iE/VW9ytkoXJxI/HeM/DVxsRAvFZp0/s1600/Sans%2Btitre.png https://lh3.googleusercontent.com/-h2C8Bjqj7ug/VW9xTrZNohI/HeE/c3_UOzgmhbs/s1600/Sans%2Btitre.png Le mercredi 3 juin 2015 20:29:06 UTC+2, Ryan (Cloud Platform Support) a

[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Nick
This works fine. Note that they're considered separate domains by the browser, so cookies won't be shared, and you'll need to use relative urls to prevent CORS issues. On Wednesday, June 3, 2015 at 7:18:07 AM UTC+10, Kehinde Ayanniyi wrote: Am planning to develop an app that is free to the

[google-appengine] how can i get images from GAE cropped and resized php ?

2015-06-03 Thread mohamed hassan
Please i downloaded google-api-PHP-client from GitHub from this link ( https://github.com/google/google-api-php-client ) but i want to know how can i get images from my buckets resized or cropped using php code or should i use any other tool ? please provide me with an example to do that

Re: [google-appengine] Re: Datastore Admin Issue - Backup - Namespaces

2015-06-03 Thread Alejandro Gonzalez
Hello Patrice, I checked this, and i have the same problem as Aswath. I have an application with a lot of namespaces, and the namespace dropdown is only showing the first 250 namespaces. For the round number it seems like there is a limit on the number of namespaces displayed. Thanks. Alejandro.

[google-appengine] Re: resident instances are not handling requests

2015-06-03 Thread troberti
The interaction between resident instances and the instance settings are pretty complex. The scheduler tries to keep the resident idle, so what you are seeing is correct. If non-resident instances are busy, the request will be routed to the resident one. This also affects the meaning of the

Re: [google-appengine] Re: Datastore Admin Issue - Backup - Namespaces

2015-06-03 Thread Patrice (Cloud Platform Support)
Hi Alejandro, thank you for letting me know. See that makes a little bit more sense that it simply shows the first X. Not exactly expected behavior, but more logical than what I thought was happening at first. In any case, that seems to be a defect within the admin console. I therefore went

[google-appengine] Re: resident instances are not handling requests

2015-06-03 Thread Patrice (Cloud Platform Support)
Kaan, thanks for the clarification, I blanked on that part of resident. Since he mentioned he was moving to modules, I focused only on that. In any case, to explain why your shown instances are greater than your billed, it's because we don't charge for idle, so it's to be expected. But yeah,

[google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
Salutations Mohamed, I would check out this page on serving an image https://cloud.google.com/appengine/docs/php/googlestorage/images and this page for options

[google-appengine] Re: Invited collaborators but they cannot receive invite / see app in appengine.google.com

2015-06-03 Thread Ryan (Cloud Platform Support)
Salutations Long, I will need to investigate this further to see what is happening. I need you to try a few things: 1) Re-Send the invitation. 2) If they never received the invitation check the spam folder. 3) Try sending to another email. 4) If they receive it but there are issues with the

[google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-03 Thread Paolo Rascuna
Hi, I have a java project running on Managed VM, and I use gcloud-maven-plugin to run the app locally, simply mvn gcloud:run I would like to see my application logs straight in the console, but so far I can only see the access logs. The only way that I found is to login directly into the

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
That link will display the cropped image. You can then display it on your website as you would any other image link. On Wednesday, June 3, 2015 at 11:36:52 AM UTC-4, mohamed hassan wrote: Salutations Ryan, I am sorry for not being clarify with you . what i am asking about that can i use

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread mohamed hassan
Salutations Ryan, I am sorry Ryan i am misunderstand how can display the cropped image from this link ? can you please give me an example how can i execute this ? Sorry for asking a lot . Thanks Ryan. On Wed, Jun 3, 2015 at 6:51 PM, Ryan (Cloud Platform Support) rbruy...@google.com wrote:

[google-appengine] Re: Serve ssl requests on both custom domain and appspot.com

2015-06-03 Thread Patrice (Cloud Platform Support)
Hi Kehinde, Great question, I haven't tested that myself to be fair, so I'm not 100% sure, but I don't see why it wouldn't work. I assume you will redirect from the generic handler, check the user agent to see what is being used, and redirect? Or simply provide both links? Cheers On Tuesday,

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread mohamed hassan
Salutations Ryan, I am sorry for not being clarify with you . what i am asking about that can i use the ( google-api-php-client ) library for php to get re-sized or cropped images and if not i used Google App engine SDK for php and used Cloud Storage Tools class on my locolhost as the following

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Christophe DA COSTA
I don't find the solution I added appengine-testing.jar and appengine-api-stubs.jar but I have the same Error. I see on thegooglecloudstorageclient getstarted https://cloud.google.com/appengine/docs/java/googlecloudstorageclient/getstarted page that I need this lybraries: -

Re: [google-appengine] Managed VM and logging with gcloud-maven-plugin

2015-06-03 Thread 'Les Vogel' via Google App Engine
There are changes coming to improve things in the next few weeks. In the mean time, here's what I do: Make sure .level=INFO or what you need in your logging.properties . For the class(es) I'm working with I set the class logging explicitly to: com.example.bigtable.managedvms.level=ALL Then in

[google-appengine] Deletion Google App Engine Account only, not the Gmail account

2015-06-03 Thread Namratha S Iyer
Hello People, Please can you guys throw some light towards Deleting of the Google App Engine Account only, not the Gmail account -- 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

Re: [google-appengine] Re: Invited collaborators but they cannot receive invite / see app in appengine.google.com

2015-06-03 Thread Long Tran
Hi Ryan, I tried again just now and it seemed to work. The difference is status Invitation sent. Waiting for response. which I didn't see last time. Thanks for looking into it. On 3 June 2015 at 06:30, Ryan (Cloud Platform Support) rbruy...@google.com wrote: Salutations Long, I will need to

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Vinny P
The JAR file google-http-client-1.20.0.jar contains the missing class your exception is reporting (com/google/api/client/http/HttpRequestInitializer). I don't see the filename in your build path screenshot - the closest name I see is google-http-client-appengine which contains appengine specific

Re: [google-appengine] Deletion Google App Engine Account only, not the Gmail account

2015-06-03 Thread Vinny P
You can visit https://console.developers.google.com/project, which will show you a list of projects registered to you. To delete an App Engine app, click the trashcan symbol next to the name (see the red box here: http://imgur.com/cUpIK80). - -Vinny P Technology Media

Re: [google-appengine] Re: GAE php CloudStorageTools class is missing

2015-06-03 Thread Vinny P
On Tue, Jun 2, 2015 at 10:35 AM, mohamed hassan mohamedhassan2...@gmail.com wrote: *Fatal error*: Call to undefined function make_call() in *C:\xampp\htdocs\google_cloud\google\appengine\runtime\RealApiProxy.php* on line *49* Are you using the App Engine development server, or another PHP

Re: [google-appengine] The API package 'file' or call 'Create()' was not found

2015-06-03 Thread Ryan (Cloud Platform Support)
Can you provide a screenshot of where the jars are? As well as an updated screenshot showing your classpath? On Wednesday, June 3, 2015 at 12:03:14 PM UTC-4, Christophe DA COSTA wrote: I don't find the solution I added appengine-testing.jar and appengine-api-stubs.jar but I have the

Re: [google-appengine] Re: how can i get images from GAE cropped and resized php ?

2015-06-03 Thread Ryan (Cloud Platform Support)
You can simply do this: echo img src=' . $object_image_url . ' alt='Image'; Note that it will only work from the Production server as your image is hosted on the production server. On Wednesday, June 3, 2015 at 11:56:20 AM UTC-4, mohamed hassan wrote: Salutations Ryan, I am sorry Ryan i

Re: [google-appengine] Re: Datastore Admin Issue - Backup - Namespaces

2015-06-03 Thread Patrice (Cloud Platform Support)
Hi again, So, as you can see on the linked issue, this is actually expected behavior, to make sure that the query retrieving your namespaces doesn't time out, we limit the results. If you need to have a namespace backed up that you cannot find, you will have to use cron jobs for scheduled