[google-appengine] Running versions with Microservices

2017-06-27 Thread 'Flannan Brody' via Google App Engine
Hi All, We've a weird situation, where we've an existing appengine site up and runninglast deployment was about a month ago. Since then we've developed some new functionality that we'd like to preview to a select group of users. I've been able to get microservice set and hoping to be able

[google-appengine] Google App Engine Endpoints for iOS

2017-06-27 Thread sfd dsfg
Hello, I am trying to use GTLRservice and the associated queries generated by Service Generator in my iOS application. I have generated an API key for IOS, and set it to the service objects "service.APIkey" field. I have set my bundle identifier to the same one I am using in my XCode project

[google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-27 Thread Geoffrey Arnold
FYI I was able to work around this issue by (1) deleting all previous versions of my application, and (2) clearing out the app engine staging bucket for the app. On Tue, Jun 27, 2017 at 2:48 PM, Geoffrey Arnold wrote: > Update: the deploy eventually failed with the following error: > > ERROR: (g

[google-appengine] Re: Lost Image Data from the cloud, how to get it back

2017-06-27 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
All further investigations into this will occur in your opened Issue Tracker. NOTE: It is highly recommended that you perform your own backups to protect your data from accidental deletions that occur on your end. Manual delete events requested by you will remove the data from Google servers.

[google-appengine] Re: Deployments stuck at "Update App Engine module"

2017-06-27 Thread Geoffrey Arnold
Update: the deploy eventually failed with the following error: ERROR: (gcloud.app.deploy) Error Response: [13] An internal error occurred. On Tue, Jun 27, 2017 at 2:43 PM, Geoffrey Arnold wrote: > Hello, > > It appears that deployments are stuck for one of our projects. `gcloud app > deploy` i

[google-appengine] Deployments stuck at "Update App Engine module"

2017-06-27 Thread Geoffrey Arnold
Hello, It appears that deployments are stuck for one of our projects. `gcloud app deploy` is hanging at the message "Updating service [default]...". In the Google Cloud Console Project Activity I am able to see "Completed: Create App Engine version" but I do not see any "Update App Engine module"

[google-appengine] Re: image downloaded with images.get_serving_url() should default to a pre-defined name

2017-06-27 Thread 'George (Cloud Platform Support)' via Google App Engine
This is just a suggestion. If your purpose is uniquely to serve the URL, get_serving_url is recommendable. If you want to rather offer the file for download under a predetermined name, other options may come handy. -- You received this message because you are subscribed to the Google Groups "

[google-appengine] Re: Lost Image Data from the cloud, how to get it back

2017-06-27 Thread Richard Cheesmar
Jordan, thanks for the reply. I have as suggested created an issue, I don't think I can run to 150 dollars a month for support though :) Can you have a short term support contract for individual issues such as these, that would be ok for me. Lastly any idea how long this stuff takes? My websit

[google-appengine] Re: Lost Image Data from the cloud, how to get it back

2017-06-27 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
I believe this is possible as we perform intensive backups to prevent data loss, but you may need a support package . In the meantime I recommend reporting this in a Public Issue Tracker to have engineeri

Re: [google-appengine] Re: How to pass service/module version when running services/modules with dev_appserver.py in gcloud environment

2017-06-27 Thread 'Yannick (Cloud Platform Support)' via Google App Engine
There are no specific environment variables you should use, as you would need to implement this behavior yourself. Sorry if that wasn't clear. What I meant is that you could omit the version and service from app.yaml for both gcloud and dev_appserver and have your code check if environment vari

[google-appengine] Re: Strange behaviour related to java Endpoints V2

2017-06-27 Thread Teke Sawo
Hi I have been developing with python. I updated to Endpoint version 2.0.6 following guide from here. But the issue is not fixed. On Monday, June 26, 2017 at 4:56:00 PM UTC+3, Þórir Gunnarsson wrote: > > Hi > > Th